X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c8fbdd51cb21e69bccf86cfe4b53fa307e6edcb2..bcd038fcea6b45b29ff3831b31f758dcec6b4157:/wolnelektury/templates/catalogue/search_multiple_hits.html diff --git a/wolnelektury/templates/catalogue/search_multiple_hits.html b/wolnelektury/templates/catalogue/search_multiple_hits.html index 0a7dc1cf1..31e67a8c1 100644 --- a/wolnelektury/templates/catalogue/search_multiple_hits.html +++ b/wolnelektury/templates/catalogue/search_multiple_hits.html @@ -1,6 +1,6 @@ {% extends "base.html" %} {% load i18n %} -{% load search_tags pagination_tags %} +{% load catalogue_tags search_tags pagination_tags %} {% block titleextra %}{% trans "Search" %}{% endblock %} @@ -23,7 +23,7 @@
    {% for author in results.author %}
  1. - {{author.book.short_html}} + {% book_short author.book %}
  2. {% endfor %}
@@ -40,7 +40,7 @@
    {% for result in results.title %}
  1. - {{result.book.short_html}} + {% book_short result.book %}
  2. {% endfor %}