X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/15f3b1ec20246e7935176a743cc95b4863e6ce24..d0deb0f3bebb42475b2b04d0ce389160cc219e44:/project/templates/explorer/file_list.html diff --git a/project/templates/explorer/file_list.html b/project/templates/explorer/file_list.html index bf6758f2..a9b59e4c 100644 --- a/project/templates/explorer/file_list.html +++ b/project/templates/explorer/file_list.html @@ -64,12 +64,12 @@ $(function() {

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

{{ file|bookname }}

+
+
@@ -81,10 +81,12 @@ $(function() { {% if perms.explorer.can_add_files %}

Dodaj nowy utwór

+
{{ bookform }}

+
{% endif %}