X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/52c28b63e294283d557c9b26d3a2b267a2938a09..938fc832934e508085dad3645c01060a4dc9f0c9:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index 99bbb39b2..62b16f242 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -2,7 +2,7 @@ {% load i18n %} {% load catalogue_tags pagination_tags %} -{% block title %}{{ book.title }} {% trans "on WolneLektury.pl" %}{% endblock %} +{% block titleextra %}{{ book.title }}{% endblock %} {% block metadescription %}{% book_title book %}. {{ block.super }}{% endblock %} @@ -10,9 +10,6 @@ {% block body %}

{% book_title book %}

-
-

{{ form.q }} {% trans "or" %} {% trans "return to main page" %}

-
@@ -157,7 +117,7 @@ {% if extra_info.source_url %}
  • {% trans "Source of the book" %}
  • {% endif %} - {% if extra_info.about %} + {% if extra_info.about and not hide_about %}
  • {% trans "Book on the Editor's Platform" %}
  • {% endif %} {% if book.gazeta_link %} @@ -174,16 +134,10 @@

    {% trans "Work's themes " %}

    -
    -
    {% trans "Close" %}
    -
    -

    * {% trans "Loading" %}

    -
    -
    {% endblock %}