X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/57e98a5807465f9494e5006e16860f16abbf4136..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 8dfa053fd..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 %} -