X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/d8e0011bca1bdc8bcfd10ce75a33372bfad0941d..1a2a6714d405526c16ac4f0900b6dfb0c4c83b6a:/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 %} - +
+ +
+
+

+ + +

+
+
+ {% load explorer_tags %} + {% for file in files %} +

{{ file|bookname }}

+ {% endfor %} +
+
+ +{% if perms.explorer.can_add_files %} +
+

Dodaj nowy utwór

+
+

+

+

+

+
+
+{% endif %} + +
{% endblock maincontent %}