X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/0d32008f4ab55669ec5eb13ed1af3c2741092ef5..69d9738d6855e38869678a54991d30e5cddb8e67:/src/catalogue/templates/catalogue/book_detail.html diff --git a/src/catalogue/templates/catalogue/book_detail.html b/src/catalogue/templates/catalogue/book_detail.html old mode 100755 new mode 100644 index 60e426dc..b625b7e7 --- a/src/catalogue/templates/catalogue/book_detail.html +++ b/src/catalogue/templates/catalogue/book_detail.html @@ -1,5 +1,6 @@ {% extends "catalogue/base.html" %} {% load book_list i18n %} +{% load bootstrap4 %} {% block titleextra %}{{ book.title }}{% endblock %} @@ -7,17 +8,21 @@ {% block content %} - -

{{ book.title }}

+
+
+

{{ book.title }}

+
+
+ {% if editable %}
{% csrf_token %}{% endif %} - - {{ form.as_table }} - {% if editable %} - + {% bootstrap_form form %} + {% if editable %} + {% buttons %} + + {% endbuttons %} {% endif %} -
{% if editable %}
{% endif %} {% if editable %} @@ -25,36 +30,49 @@

{% trans "Edit gallery" %}

{% endif %} -

{% trans "Append to other book" %}

+

{% trans "Append to other book" %}

{% endif %} +
+
+
+
+

{% trans "Chunks" %}

+
+
-
- -

{% trans "Chunks" %}

- - +
{% for chunk in book %} {% include 'catalogue/book_list/chunk.html' %} {% endfor %}
- -
+
+
-
+
-

{% trans "Publication" %}

- -
+
+

{% trans "Publication" %}

+
+
+
+
{% if book.dc_cover_image %} {{ book.dc_cover_image }} {% endif %} +

+
+ +Okładka w rozmiarze + x + +
- +

{% trans "Last published" %}: {% if book.last_published %} {{ book.last_published }} @@ -96,8 +114,6 @@

  • {{ publishable_error }}
{% endif %} -
- - +
{% endblock content %}