X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e390e737951ea78e783070b9729a877945daaa42..45b0231e99c7f53d29bc3b07a2ce2a0957058265:/templates/catalogue/tagged_book_list.html diff --git a/templates/catalogue/tagged_book_list.html b/templates/catalogue/tagged_book_list.html index 35dcf1312..83e530c9f 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 %} @@ -7,6 +7,7 @@ {% block extrahead %} {% endblock %} {% block body %}

{% title_from_tags tags %}

-
-
    - {% for tag in tags %} -
  1. {{ tag }} | x
  2. - {% endfor %} -
  3. {{ form.q }}
  4. -
-
+ {% breadcrumbs tags %} - {% autopaginate books 10 %} + {% autopaginate object_list 10 %}
{% with tags|last as last_tag %} {% if last_tag.has_description %} @@ -74,8 +69,8 @@ {% endif %} {% endwith %}
    - {% for book in books %} -
  1. {% include "catalogue/_book.html" %}
  2. + {% for book in object_list %} +
  3. {{ book.short_html }}
  4. {% endfor %}
{% paginate %}