X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/14ef0f01b872499feef610e69b949915eb8d1bc6..8132fc186eb0c5fd02c86828c3a4735754296d02:/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 cd77654f..8ad2a63f 100755 --- a/apps/catalogue/templates/catalogue/image_detail.html +++ b/apps/catalogue/templates/catalogue/image_detail.html @@ -1,5 +1,5 @@ {% extends "catalogue/base.html" %} -{% load book_list comments i18n %} +{% load book_list i18n %} {% block titleextra %}{{ object.title }}{% endblock %} @@ -25,7 +25,7 @@

{% trans "Editor" %}

-

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

+

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

@@ -51,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:" %}

@@ -68,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 %}