X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/72afcd696d097e09c792c395b8e2149820fefe2c..636fd34b05155b81691222ad80c4a3746d0c2fc1:/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 eea6a6c7..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 %} @@ -65,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 %} @@ -76,6 +82,7 @@ CC BY 2.0 (http://creativecommons.org/licenses/by/2.0/) -->
{% csrf_token %} + {{ publish_options_form.as_p }} @@ -93,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 %}