X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ac6111b68183ba7da48252eb0f7389b24ede20a9..ae60b2a3949e96357477cc04f90fd0873cee8a92:/apps/catalogue/templates/catalogue/book_searched.html diff --git a/apps/catalogue/templates/catalogue/book_searched.html b/apps/catalogue/templates/catalogue/book_searched.html deleted file mode 100644 index 4ac66fb19..000000000 --- a/apps/catalogue/templates/catalogue/book_searched.html +++ /dev/null @@ -1,32 +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.snippet %} -
{{hit.snippet|safe}}
- {% else %} - {% if hit.fragment %} -
- {% if hit.themes_hit %} - {% inline_tag_list hit.themes_hit %} - {% endif %} - - {% if hit.snippet %} - {{hit.snippet|safe}} - {% else %} - {{hit.fragment.text|truncatewords_html:15|safe}} - {% endif %} - -
- {% endif %} - {% endif %} - {% endfor %} -
- -{% endblock %} -