X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/ab2c0be6275e50a83cd07fff92a08e01a663abae..78644811ca0c6042212788dc67add42bc41fb74c:/project/templates/explorer/file_list.html?ds=sidebyside 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 %}