X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/307e2c65ef1caf8adae53582177912cef6f9ec51..4d5337ffa4ccaa027930b00d6a1c0f371d959227:/templates/catalogue/tagged_book_list.html diff --git a/templates/catalogue/tagged_book_list.html b/templates/catalogue/tagged_book_list.html index 743035bb8..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. {% book request book %}
  2. +
  3. {{ book.short_html }}
  4. {% endfor %}
{% paginate %}