X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/fc8d58d4ac9abba24758ef6c914eea9f85ef7e5b..a6767b2d034dcf53d6e88b3e0b6eadfebc5adab1:/src/catalogue/templates/catalogue/image_detail.html diff --git a/src/catalogue/templates/catalogue/image_detail.html b/src/catalogue/templates/catalogue/image_detail.html old mode 100755 new mode 100644 index 6d154d06..e3902b89 --- a/src/catalogue/templates/catalogue/image_detail.html +++ b/src/catalogue/templates/catalogue/image_detail.html @@ -1,39 +1,52 @@ {% extends "catalogue/base.html" %} {% load book_list i18n %} +{% load bootstrap4 %} {% block titleextra %}{{ object.title }}{% endblock %} {% block content %} +
- +

{{ object.title }}

+
+
{% if editable %}
{% csrf_token %}{% endif %} - - {{ form.as_table }} + {% bootstrap_form form %} {% if editable %} - + {% buttons %} + + {% endbuttons %} {% endif %}
{% if editable %}
{% endif %} +
+
-
+
+

{% trans "Editor" %}

+
+
-
- +
+

{% trans "Publication" %}

+
+

{% trans "Last published" %}: {% if object.last_published %} @@ -66,6 +79,7 @@ {% endif %}

+
{% endblock content %}