X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/0da45be34c7019ee362d1892e92dd53e743933b6..78644811ca0c6042212788dc67add42bc41fb74c:/project/templates/explorer/file_list.html?ds=inline diff --git a/project/templates/explorer/file_list.html b/project/templates/explorer/file_list.html deleted file mode 100644 index 48be7f59..00000000 --- a/project/templates/explorer/file_list.html +++ /dev/null @@ -1,61 +0,0 @@ -{% extends "base.html" %} - -{% block extrahead %} - - - -{% endblock extrahead %} - -{% block maincontent %} -
- -
-
-

- - -

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

{{ file|bookname }}

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

Dodaj nowy utwór

-
-

-

-

-

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