+
+
+
+{% if perms.explorer.can_add_files %}
+
+ {% for file in files %}
+
+ {% endfor %}
+
+
+
+{% endif %}
+
+X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/09444838209cb9fd08f799553889ff04a015e8ad..687fac27f7a6aacbc140300cd5f40ffe3cc20e89:/project/templates/explorer/file_list.html?ds=sidebyside diff --git a/project/templates/explorer/file_list.html b/project/templates/explorer/file_list.html index bfbafe13..d47a158a 100644 --- a/project/templates/explorer/file_list.html +++ b/project/templates/explorer/file_list.html @@ -1,9 +1,60 @@ {% extends "base.html" %} +{% block extrahead %} + + + +{% endblock extrahead %} + {% block maincontent %} -