X-Git-Url: https://git.mdrn.pl/audio.git/blobdiff_plain/f2ed1449ece59c6247b8befc9ca6f423f7e4b004..51366edab95d0a1a6c5ae60d46c379b1048c55f5:/src/archive/templates/archive/file_unmanaged.html diff --git a/src/archive/templates/archive/file_unmanaged.html b/src/archive/templates/archive/file_unmanaged.html old mode 100755 new mode 100644 index 89f79ba..a05d556 --- a/src/archive/templates/archive/file_unmanaged.html +++ b/src/archive/templates/archive/file_unmanaged.html @@ -1,5 +1,6 @@ {% extends "archive/base.html" %} {% load i18n %} +{% load tags %} {% block messages %} {% if err_exists %} @@ -10,22 +11,19 @@ {% block content %} +
+
+

{{ filename }}

+
+
+ {% multiple_tags_table tags %} - +
+ {% csrf_token %} + +
+
+
-
- {% csrf_token %} - -
- {% endblock %}