X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/7628df2902354179a6be697483a594c8c3b7a935..4d5337ffa4ccaa027930b00d6a1c0f371d959227:/templates/catalogue/tagged_book_list.html diff --git a/templates/catalogue/tagged_book_list.html b/templates/catalogue/tagged_book_list.html index 329b4df6c..83e530c9f 100644 --- a/templates/catalogue/tagged_book_list.html +++ b/templates/catalogue/tagged_book_list.html @@ -7,6 +7,7 @@ {% block extrahead %} {% endblock %} @@ -68,7 +70,7 @@ {% endwith %}
    {% for book in object_list %} -
  1. {% include "catalogue/_book.html" %}
  2. +
  3. {{ book.short_html }}
  4. {% endfor %}
{% paginate %}