X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/d8e0011bca1bdc8bcfd10ce75a33372bfad0941d..f32fa7850a8cf57e38d2a7bb4f19c4aeb5d6224a:/project/templates/explorer/file_list.html diff --git a/project/templates/explorer/file_list.html b/project/templates/explorer/file_list.html index bfbafe13..f44a105c 100644 --- a/project/templates/explorer/file_list.html +++ b/project/templates/explorer/file_list.html @@ -1,9 +1,94 @@ {% extends "base.html" %} +{% block extrahead %} + + + + +{% endblock extrahead %} + {% block maincontent %} - +
+ +
+
+

+ + +

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

Ostatnio oglądane pliki:

+ +
+ +{% if perms.explorer.can_add_files %} +
+

Dodaj nowy utwór

+ +
+ {{ bookform }} +

+
+ +
+{% endif %} + +
{% endblock maincontent %}