X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/69d9738d6855e38869678a54991d30e5cddb8e67..e977f7187b10b1bc0a30794cd585c6b840568996:/src/documents/templates/documents/document_create_missing.html diff --git a/src/documents/templates/documents/document_create_missing.html b/src/documents/templates/documents/document_create_missing.html new file mode 100644 index 00000000..d003394c --- /dev/null +++ b/src/documents/templates/documents/document_create_missing.html @@ -0,0 +1,26 @@ +{% extends "documents/base.html" %} +{% load i18n %} +{% load bootstrap4 %} + + +{% block titleextra %}{% trans "Create a new book" %}{% endblock %} + + +{% block content %} +
+
+

{% trans "Create a new book" %}

+
+
+ + +
+ {% csrf_token %} + {% bootstrap_form form %} + {% buttons %} + + {% endbuttons %} +
+
+
+{% endblock content %}