X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/068c98b54439d470e060aa6543e09f31e51d0370..9ba3ccd2ad2748ed4a1b67187b8e1ac273dc8ee8:/templates/catalogue/tagged_book_list.html diff --git a/templates/catalogue/tagged_book_list.html b/templates/catalogue/tagged_book_list.html index 68253af58..cca0e56d4 100644 --- a/templates/catalogue/tagged_book_list.html +++ b/templates/catalogue/tagged_book_list.html @@ -55,14 +55,6 @@ {% block body %}

{% title_from_tags tags %}

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