From d3db8ba2750af385acc9f247da53ec3851637cba Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20St=C4=99pniowski?= Date: Tue, 16 Sep 2008 21:21:59 +0200 Subject: [PATCH] Changed rendering of children book list in complex books to match rendering of books in normal categories. --- wolnelektury/templates/catalogue/book_detail.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 %} -- 2.20.1