X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e390e737951ea78e783070b9729a877945daaa42..4a6b5644b971d067f20fc05866b837dc30264f07:/templates/catalogue/tagged_book_list.html diff --git a/templates/catalogue/tagged_book_list.html b/templates/catalogue/tagged_book_list.html index 35dcf1312..3fd8e7255 100644 --- a/templates/catalogue/tagged_book_list.html +++ b/templates/catalogue/tagged_book_list.html @@ -63,7 +63,7 @@ - {% autopaginate books 10 %} + {% autopaginate object_list 10 %}
{% with tags|last as last_tag %} {% if last_tag.has_description %} @@ -74,7 +74,7 @@ {% endif %} {% endwith %}
    - {% for book in books %} + {% for book in object_list %}
  1. {% include "catalogue/_book.html" %}
  2. {% endfor %}