X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/87ff3f803d2f147e6fa939a99c4c4a4ca6aa965f..c26ab6ee15974c1133a6d08c459b51199185f25f:/wolnelektury/templates/catalogue/book_searched.html diff --git a/wolnelektury/templates/catalogue/book_searched.html b/wolnelektury/templates/catalogue/book_searched.html deleted file mode 100644 index 1a345ed27..000000000 --- a/wolnelektury/templates/catalogue/book_searched.html +++ /dev/null @@ -1,26 +0,0 @@ -{% extends "catalogue/book_short.html" %} -{% load i18n catalogue_tags %} - - -{% block box-class %}search-result{% endblock %} - -{% block right-column %} -
- {% for hit in hits %} - {% if hit.snippets %} -
{{hit.snippets.0|safe}}
- {% else %} - {% if hit.fragment %} -
- {% if hit.themes_hit %} - {% inline_tag_list hit.themes_hit %} - {% endif %} - {{hit.fragment.text|truncatewords_html:15|safe}} -
- {% endif %} - {% endif %} - {% endfor %} -
- -{% endblock %} -