X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/ffc2e047ca6712af8da3e13891b7ea16f184264a..0391a911d5a3f1cd083f41ddcd3c4fa90d1d6af2:/apps/catalogue/templates/catalogue/image_detail.html diff --git a/apps/catalogue/templates/catalogue/image_detail.html b/apps/catalogue/templates/catalogue/image_detail.html index 8049b55c..8ad2a63f 100755 --- a/apps/catalogue/templates/catalogue/image_detail.html +++ b/apps/catalogue/templates/catalogue/image_detail.html @@ -1,5 +1,9 @@ {% extends "catalogue/base.html" %} -{% load book_list comments i18n %} +{% load book_list i18n %} + + +{% block titleextra %}{{ object.title }}{% endblock %} + {% block content %} @@ -21,7 +25,7 @@

{% trans "Editor" %}

-

{% trans "Proceed to the editor." %}

+

{% trans "Proceed to the editor." %}

@@ -47,14 +51,14 @@ mira66 (http://www.flickr.com/photos/21804434@N02/) / CC BY 2.0 (http://creativecommons.org/licenses/by/2.0/) --> -
{% csrf_token %} + {% csrf_token %}
{% else %} - {% trans "Log in to publish." %} + {% trans "Log in to publish." %} {% endif %} {% else %}

{% trans "This book can't be published yet, because:" %}

@@ -64,13 +68,4 @@ -
-

{% trans "Comments" %}

- - {% render_comment_list for object %} - {% with object.get_absolute_url as next %} - {% render_comment_form for object %} - {% endwith %} -
- {% endblock content %}