X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e224f0bea768179cf44886dfbabbd296767d79dd..9ba3ccd2ad2748ed4a1b67187b8e1ac273dc8ee8:/templates/catalogue/tagged_book_list.html diff --git a/templates/catalogue/tagged_book_list.html b/templates/catalogue/tagged_book_list.html index 695a49240..cca0e56d4 100644 --- a/templates/catalogue/tagged_book_list.html +++ b/templates/catalogue/tagged_book_list.html @@ -54,14 +54,7 @@ {% block body %}

{% title_from_tags tags %}

-
-
    - {% for tag in tags %} -
  1. {{ tag }} | x
  2. - {% endfor %} -
  3. {{ form.q }}
  4. -
-
+ {% breadcrumbs tags %} {% autopaginate object_list 10 %}
@@ -75,7 +68,7 @@ {% endwith %}
    {% for book in object_list %} -
  1. {% include "catalogue/_book.html" %}
  2. +
  3. {% book book %}
  4. {% endfor %}
{% paginate %}