From: Marek Stępniowski Date: Tue, 16 Sep 2008 19:21:59 +0000 (+0200) Subject: Changed rendering of children book list in complex books to match rendering of books... X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/d3db8ba2750af385acc9f247da53ec3851637cba?ds=sidebyside;hp=-c Changed rendering of children book list in complex books to match rendering of books in normal categories. --- d3db8ba2750af385acc9f247da53ec3851637cba diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index b56759645..31740074c 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% load catalogue_tags %} +{% load catalogue_tags pagination_tags %} {% block title %}Lektura {{ book.title }} w WolneLektury.pl{% endblock %} @@ -55,6 +55,7 @@ {% if book_children %} + {% autopaginate book_children 10 %}

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

    @@ -63,6 +64,7 @@ {% endfor %}
+ {% paginate %} {% endif %}