X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ec3ed54f52c0551fab881e2fa6009cdd6469559f..92d8d582a4192c18d74c3f7dfb437683c62ca284:/wolnelektury/templates/catalogue/book_detail.html?ds=sidebyside diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index 22c09cb13..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:", " }}

@@ -40,7 +21,7 @@
- {% if book.children.all %} + {% if book_children %} + {% autopaginate book_children 10 %}
-

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

- {% for book in book.children.all %} -
  • {{ book.title }}
  • +
      + {% for book in book_children %} +
    1. {{ book.short_html }}
    2. {% endfor %} +
    + {% paginate %} {% endif %} @@ -100,11 +84,17 @@

    Motywy w utworze

    {% endif %}
    +
    + +
    +

    * Ładowanie

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