X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/52c28b63e294283d557c9b26d3a2b267a2938a09..9fbf0c4158a9427442171629a564e2de7780b5b7:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index 99bbb39b2..4b4ee2f18 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 +188,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 %} @@ -168,22 +199,16 @@ {% endif %}

    {% trans "View XML source" %}

    -

    Miksuj ten utwór

    +

    Miksuj ten utwór

    {% trans "Work's themes " %}

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

    * {% trans "Loading" %}

    -
    -
    {% endblock %}