X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/068c98b54439d470e060aa6543e09f31e51d0370..4d5337ffa4ccaa027930b00d6a1c0f371d959227:/templates/catalogue/tagged_book_list.html?ds=sidebyside diff --git a/templates/catalogue/tagged_book_list.html b/templates/catalogue/tagged_book_list.html index 68253af58..83e530c9f 100644 --- a/templates/catalogue/tagged_book_list.html +++ b/templates/catalogue/tagged_book_list.html @@ -7,6 +7,7 @@ {% block extrahead %} {% endblock %} {% 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 +70,7 @@ {% endwith %}
    {% for book in object_list %} -
  1. {% include "catalogue/_book.html" %}
  2. +
  3. {{ book.short_html }}
  4. {% endfor %}
{% paginate %}