X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ec9a0abcd6bf2c7b3bce436a74e48d96c8b713d2..4d5337ffa4ccaa027930b00d6a1c0f371d959227:/templates/catalogue/tagged_book_list.html diff --git a/templates/catalogue/tagged_book_list.html b/templates/catalogue/tagged_book_list.html index 1d2b5f7c9..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,9 +7,8 @@ {% 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 %} @@ -76,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 %} @@ -147,7 +140,7 @@
-

Ładowanie

+

Ładowanie

{% endblock %} \ No newline at end of file