X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/92c4a21dbc8fa9ff9c8d10127b7afffed5341b23..92d8d582a4192c18d74c3f7dfb437683c62ca284:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index b56759645..3d4495582 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -1,29 +1,10 @@ {% 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:", " }}

@@ -55,14 +36,15 @@ {% 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 +84,17 @@

Motywy w utworze

{% endif %}
+
+ +
+

* Ładowanie

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