X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/5913c54d19b8f6775633176032161d49f9b2f1aa..fc8d58d4ac9abba24758ef6c914eea9f85ef7e5b:/src/catalogue/templates/catalogue/chunk_edit.html diff --git a/src/catalogue/templates/catalogue/chunk_edit.html b/src/catalogue/templates/catalogue/chunk_edit.html index 20062265..180e6d37 100755 --- a/src/catalogue/templates/catalogue/chunk_edit.html +++ b/src/catalogue/templates/catalogue/chunk_edit.html @@ -1,24 +1,33 @@ {% extends "catalogue/base.html" %} {% load i18n %} +{% load bootstrap4 %} {% block titleextra %}{% trans "Chunk settings" %}{% endblock %} {% block content %} +
+

{% trans "Chunk settings" %}

+
+
{% csrf_token %} - - - {{ form.as_table}} - -
{% trans "Book" %}:{{ chunk.book }} ({{ chunk.number }}/{{ chunk.book|length }})
+
+

{% trans "Book" %}: {{ chunk.book }} ({{ chunk.number }}/{{ chunk.book|length }})

+ {% bootstrap_form form %} + {% buttons %} + + {% endbuttons %} +
-

{% trans "Split chunk" %}

+

{% trans "Split chunk" %}

+
+
{% endblock content %}