X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/20bd2492d8bd211816c5120595b19a0a828b9f0c..78644811ca0c6042212788dc67add42bc41fb74c:/project/templates/explorer/file_list.html diff --git a/project/templates/explorer/file_list.html b/project/templates/explorer/file_list.html deleted file mode 100644 index 28c6b28e..00000000 --- a/project/templates/explorer/file_list.html +++ /dev/null @@ -1,42 +0,0 @@ -{% 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 %}