X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/43116c58e5c56f94ef358a5a17fb13a252e02531..8132fc186eb0c5fd02c86828c3a4735754296d02:/apps/catalogue/templates/catalogue/book_detail.html diff --git a/apps/catalogue/templates/catalogue/book_detail.html b/apps/catalogue/templates/catalogue/book_detail.html index 7f339bc1..4712edf3 100755 --- a/apps/catalogue/templates/catalogue/book_detail.html +++ b/apps/catalogue/templates/catalogue/book_detail.html @@ -1,5 +1,9 @@ {% extends "catalogue/base.html" %} -{% load book_list comments i18n %} +{% load book_list i18n %} + + +{% block titleextra %}{{ book.title }}{% endblock %} + {% block content %} @@ -17,7 +21,9 @@ {% if editable %}{% endif %} {% if editable %} + {% if book.gallery %}

{% trans "Edit gallery" %}

+ {% endif %}

{% trans "Append to other book" %}

{% endif %} @@ -63,7 +69,9 @@ {% trans "HTML version" %}
{% trans "TXT version" %}
{% trans "PDF version" %}
+ {% trans "PDF version for mobiles" %}
{% trans "EPUB version" %}
+ {% trans "MOBI version" %}

{% if user.is_authenticated %} @@ -74,6 +82,7 @@ CC BY 2.0 (http://creativecommons.org/licenses/by/2.0/) -->
{% csrf_token %} + {{ publish_options_form.as_p }} @@ -91,14 +100,4 @@ - -
-

{% trans "Comments" %}

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