X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/92c4a21dbc8fa9ff9c8d10127b7afffed5341b23..d13884c8db4b387b360189b5d97ca840bcbc4cd4:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index b56759645..a61396af3 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -1,32 +1,13 @@ {% extends "base.html" %} -{% load catalogue_tags %} +{% load catalogue_tags pagination_tags %} {% block title %}Lektura {{ book.title }} w WolneLektury.pl{% endblock %} {% block bodyid %}book-detail{% endblock %} -{% block extrahead %} - -{% endblock %} - {% block body %}

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

-
+

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

@@ -38,31 +19,34 @@

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 %} @@ -102,11 +86,17 @@

Motywy w utworze

{% endif %}
+
+
Zamknij
+
+

* Ładowanie

+
+
{% endblock %} \ No newline at end of file