X-Git-Url: https://git.mdrn.pl/audio.git/blobdiff_plain/f2ed1449ece59c6247b8befc9ca6f423f7e4b004..51366edab95d0a1a6c5ae60d46c379b1048c55f5:/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..9dc17d4 100644 --- a/src/archive/templates/archive/file_new.html +++ b/src/archive/templates/archive/file_new.html @@ -1,23 +1,31 @@ {% extends "archive/base.html" %} -{% load i18n tags %} +{% load i18n tags bootstrap4 %} {% 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 %}