+
+
+
+{% if perms.explorer.can_add_files %}
+
+ {% load explorer_tags %}
+ {% for file in files %}
+
+ {% endfor %}
+
+
+
+{% endif %}
+
+X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/d8e0011bca1bdc8bcfd10ce75a33372bfad0941d..fef7f24f34c07be9d9aff6db434e997f9a1f3451:/project/templates/explorer/file_list.html diff --git a/project/templates/explorer/file_list.html b/project/templates/explorer/file_list.html index bfbafe13..48be7f59 100644 --- a/project/templates/explorer/file_list.html +++ b/project/templates/explorer/file_list.html @@ -1,9 +1,61 @@ {% extends "base.html" %} +{% block extrahead %} + + + +{% endblock extrahead %} + {% block maincontent %} -