X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d3db8ba2750af385acc9f247da53ec3851637cba..27645bc61a8cb186116d6410217011dd755823f2:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index 31740074c..0a8b2236c 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -1,114 +1,16 @@ {% extends "base.html" %} +{% load i18n %} {% load catalogue_tags pagination_tags %} -{% block title %}Lektura {{ book.title }} w WolneLektury.pl{% endblock %} +{% block titleextra %}{{ book.title }}{% endblock %} -{% block bodyid %}book-detail{% endblock %} +{% block metadescription %}{% book_title book %}. {{ block.super }}{% endblock %} -{% block extrahead %} - -{% endblock %} +{% block bodyid %}book-detail{% endblock %} {% block body %} -

{{ book.title }}, {{ categories.author|join:", " }}

-
-

{{ form.q }} lub wróć do strony głównej

-
- -
- {% if book.has_description %} -
- {{ book.description|safe }} -
-

Zwiń opis ▲

- {% endif %} -
- -
- - {% if book_children %} - {% autopaginate book_children 10 %} -
-

Utwory składające się na ten utwór:

-
    - {% for book in book_children %} -
  1. {{ book.short_html }}
  2. - {% endfor %} -
-
- {% paginate %} - {% endif %} - -
- -
-
-

O utworze

- -
-
- {% if categories.theme %} -

Motywy w utworze

- - {% endif %} -
-
-
-{% endblock %} \ No newline at end of file + +{% book_wide book %} + + +{% endblock %}