X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/4419f93a01685b9864a6e78cb905c803ec0970b0..f32fa7850a8cf57e38d2a7bb4f19c4aeb5d6224a:/project/templates/explorer/file_list.html diff --git a/project/templates/explorer/file_list.html b/project/templates/explorer/file_list.html index d47a158a..f44a105c 100644 --- a/project/templates/explorer/file_list.html +++ b/project/templates/explorer/file_list.html @@ -2,27 +2,54 @@ {% block extrahead %} - + + {% endblock extrahead %} @@ -37,22 +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 }}

+
{% endif %}