X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9fbf0c4158a9427442171629a564e2de7780b5b7..c26ab6ee15974c1133a6d08c459b51199185f25f:/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 deleted file mode 100644 index 414dcfdc0..000000000 --- a/wolnelektury/templates/catalogue/search_multiple_hits.html +++ /dev/null @@ -1,56 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} -{% load catalogue_tags pagination_tags %} - -{% block titleextra %}{% trans "Search" %}{% endblock %} - -{% block bodyid %}tagged-object-list{% endblock %} - -{% block body %} -
{{result.book.pretty_title}} (id: {{result.book_id}}, score: {{result.score}})
-No results.
- {% endfor %} -{% trans "More than one result matching the criteria found." %}
-