X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/7f3f79476a57d10991566c511d40e20154c01064..78644811ca0c6042212788dc67add42bc41fb74c:/platforma/templates/explorer/file_list.html diff --git a/platforma/templates/explorer/file_list.html b/platforma/templates/explorer/file_list.html new file mode 100644 index 00000000..f44a105c --- /dev/null +++ b/platforma/templates/explorer/file_list.html @@ -0,0 +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 %}