X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/f62465929c480c1c05310df665fae32b5a24fb98..d0deb0f3bebb42475b2b04d0ce389160cc219e44:/project/templates/explorer/file_list.html diff --git a/project/templates/explorer/file_list.html b/project/templates/explorer/file_list.html index a36d353a..a9b59e4c 100644 --- a/project/templates/explorer/file_list.html +++ b/project/templates/explorer/file_list.html @@ -2,27 +2,54 @@ {% block extrahead %} - + + {% endblock extrahead %} @@ -37,20 +64,29 @@ $(function() {

-
- {% for file in files %} -

{{ file }}

+ {% load explorer_tags %} +
+ + + +
+

Ostatnio oglądane pliki:

+
{% if perms.explorer.can_add_files %}

Dodaj nowy utwór

-
- {{ bookform.as_p }} + + + {{ bookform }}

+
{% endif %}