X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/36f6233fd79390ad5af8a1532eac60a0ae57c825..f938afb8ab4cb091d12e0ef0311eaea14b774798:/redakcja/templates/admin/index.html?ds=sidebyside
diff --git a/redakcja/templates/admin/index.html b/redakcja/templates/admin/index.html
new file mode 100644
index 00000000..45de219d
--- /dev/null
+++ b/redakcja/templates/admin/index.html
@@ -0,0 +1,83 @@
+{% 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 %}
+