X-Git-Url: https://git.mdrn.pl/audio.git/blobdiff_plain/eee35e00bf0d0eb3d2a9f08f72c7052962fecbf6..db4b95766ce00690d38bff256d77fed006abc54d:/src/archive/templates/archive/file_new.html diff --git a/src/archive/templates/archive/file_new.html b/src/archive/templates/archive/file_new.html index acc161d..713525d 100644 --- a/src/archive/templates/archive/file_new.html +++ b/src/archive/templates/archive/file_new.html @@ -1,23 +1,35 @@ {% extends "archive/base.html" %} -{% load i18n tags %} +{% load i18n tags bootstrap4 %} + + +{% block menu-active-new %}active{% endblock %} + {% block content %} -
- {% csrf_token %} - -
+
+
+

{{ filename }}

+
+
+
+ {% csrf_token %} + +
+ +
+ {% multiple_tags_table tags %} -{% multiple_tags_table tags %} +
+
+ {% csrf_token %} + {% bootstrap_form form %} + +
+
+
-
- {% csrf_token %} - - {{ form.as_table }} - -
-
{% endblock %}