X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/f17e66aa4210a226669dd96e26295d6f58b94703..43116c58e5c56f94ef358a5a17fb13a252e02531:/redakcja/templates/admin/index.html?ds=inline
diff --git a/redakcja/templates/admin/index.html b/redakcja/templates/admin/index.html
deleted file mode 100644
index 45de219d..00000000
--- a/redakcja/templates/admin/index.html
+++ /dev/null
@@ -1,83 +0,0 @@
-{% extends "admin/base_site.html" %}
-{% load i18n %}
-
-{% block extrastyle %}{{ block.super }}{% endblock %}
-
-{% block coltype %}colMS{% endblock %}
-
-{% block bodyclass %}dashboard{% endblock %}
-
-{% block breadcrumbs %}{% endblock %}
-
-{% block content %}
-
-
-{% if app_list %}
-
- {% include "filebrowser/append.html" %}
-
- {% for app in app_list %}
-
- {% endfor %}
-{% else %}
-
{% trans "You don't have permission to edit anything." %}
-{% endif %}
-
-{% endblock %}
-
-{% block sidebar %}
-