X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/84aecebd96f2bc8a27396ecf10c409a8b91e1bcc..938fc832934e508085dad3645c01060a4dc9f0c9:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index ffb586b8b..62b16f242 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -2,15 +2,14 @@ {% 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 %} {% block bodyid %}book-detail{% endblock %} {% block body %}

{% book_title book %}

-
-

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

-
@@ -114,7 +88,6 @@

{% trans "Details" %}

{% trans "Other resources" %}

+

{% trans "View XML source" %}

+

Miksuj ten utwór

{% trans "Work's themes " %}

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

* {% trans "Loading" %}

-
-
{% endblock %}