X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/568be7ec391479b5a253137fc08fa0ffa17b8249..afdd9bc42c8e08e0e2fbade6b9c934a3d65f4885:/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 index dc3696ece..414dcfdc0 100644 --- a/wolnelektury/templates/catalogue/search_multiple_hits.html +++ b/wolnelektury/templates/catalogue/search_multiple_hits.html @@ -2,14 +2,12 @@ {% load i18n %} {% load catalogue_tags pagination_tags %} -{% block title %}{% trans "Searching in" %} WolneLektury.pl{% endblock %} +{% block titleextra %}{% trans "Search" %}{% endblock %} {% block bodyid %}tagged-object-list{% endblock %} {% block body %} -
-

{{ form.q }} {% trans "or" %} {% trans "return to main page" %}

-
+

{% trans "Search" %}

    @@ -20,6 +18,7 @@ {% for hit in result.process_hits %}
  1. {% if hit.fragment %} + Idź do fragmentu
    Tagi/Motywy: {% for tag in hit.themes %}{{tag.name}} {% endfor %}
    {% endif %} {% for snip in hit.snippets %} @@ -54,10 +53,4 @@
{% endcomment %} -
-
{% trans "Close" %}
-
-

* {% trans "Loading" %}

-
-
{% endblock %}