X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/4419f93a01685b9864a6e78cb905c803ec0970b0..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 d47a158a..00000000 --- a/project/templates/explorer/file_list.html +++ /dev/null @@ -1,60 +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

-
-

-

-

-

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