X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0d6bbe91d75e82866aaa232eee4a036759446a86..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 722e3233f..000000000 --- a/wolnelektury/templates/catalogue/book_searched.html +++ /dev/null @@ -1,27 +0,0 @@ -{% extends "catalogue/book_short.html" %} -{% load i18n %} - - -{% block box-class %}search-result{% endblock %} - -{% block right-column %} -
- {% for hit in hits %} - {% if hit.snippets %} -

In text:

-
{{hit.snippets.0|safe}}
- {% else %} - {% if hit.fragment %} -
-

{% trans "In fragment" %} - {% if hit.themes_hit %}{% trans ", for themes:" %}{% for t in hit.themes_hit %}{{t.name}} {% endfor %}{% endif %} -

- {{hit.fragment.get_short_text|safe}} -
- {% endif %} - {% endif %} - {% endfor %} -
- -{% endblock %} -