X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/f62465929c480c1c05310df665fae32b5a24fb98..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 a36d353a..00000000 --- a/project/templates/explorer/file_list.html +++ /dev/null @@ -1,58 +0,0 @@ -{% extends "base.html" %} - -{% block extrahead %} - - - -{% endblock extrahead %} - -{% block maincontent %} -
- -
-
-

- - -

-
-
- {% for file in files %} -

{{ file }}

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

Dodaj nowy utwór

-
- {{ bookform.as_p }} -

-
-
-{% endif %} - -
-{% endblock maincontent %}