X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/d8e0011bca1bdc8bcfd10ce75a33372bfad0941d..20bd2492d8bd211816c5120595b19a0a828b9f0c:/project/templates/explorer/file_list.html diff --git a/project/templates/explorer/file_list.html b/project/templates/explorer/file_list.html index bfbafe13..28c6b28e 100644 --- a/project/templates/explorer/file_list.html +++ b/project/templates/explorer/file_list.html @@ -1,9 +1,42 @@ {% extends "base.html" %} {% block maincontent %} - +

Dodaj nowy utwór

+ +{% if perms.explorer.can_add_files %} +
+ {{ bookform.as_p }} +

+
+{% endif %} + +

Wszystkie utwory:

+ + + + + {% for file in files.object_list %} + + + + + + {% endfor %} +
Lp.Nazwa utworuWersje
{{forloop.counter0|add:files.start_index}}.{{ file }}  
+ + {% endblock maincontent %}