X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e390e737951ea78e783070b9729a877945daaa42..295648ebd45d0d2cc07ebc48d12b95b40d1dc2fa:/templates/catalogue/tagged_book_list.html?ds=inline diff --git a/templates/catalogue/tagged_book_list.html b/templates/catalogue/tagged_book_list.html index 35dcf1312..695a49240 100644 --- a/templates/catalogue/tagged_book_list.html +++ b/templates/catalogue/tagged_book_list.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% load catalogue pagination_tags %} +{% load catalogue_tags pagination_tags %} {% block title %}{% title_from_tags tags %} w WolneLektury.pl{% endblock %} @@ -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 %}