X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..e9263ed76910227deccdce1469b4edda3b833be1:/src/catalogue/templates/catalogue/search_no_hits.html diff --git a/src/catalogue/templates/catalogue/search_no_hits.html b/src/catalogue/templates/catalogue/search_no_hits.html index a2c9a63a7..50001f6ec 100644 --- a/src/catalogue/templates/catalogue/search_no_hits.html +++ b/src/catalogue/templates/catalogue/search_no_hits.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "base/base.html" %} {% load i18n %} {% load catalogue_tags pagination_tags %} @@ -7,24 +7,25 @@ {% block bodyid %}tagged-object-list{% endblock %} {% block body %} -

{% trans "Search" %}

+

{% trans "Search" %}

-
+
-

- {% if did_you_mean %} - {% trans "Did you mean" %} {{did_you_mean|lower}}? - {% endif %} +

+ {% if did_you_mean %} + {% trans "Did you mean" %} + {{did_you_mean|lower}}? + {% endif %}

-

{% trans "Sorry! Search cirteria did not match any resources." %}

+

{% trans "Sorry! Search cirteria did not match any resources." %}

-

{% blocktrans %}Search engine supports following criteria: title, author, theme/topic, epoch, kind and genre. - As for now we do not support full text search.{% endblocktrans %}

- {% include "info/join_us.html" %} -
+

{% blocktrans %}Search engine supports following criteria: title, author, theme/topic, epoch, kind and genre. + As for now we do not support full text search.{% endblocktrans %}

+ {% include "info/join_us.html" %}
+
-
- {% include "publishing_suggest.html" %} -
+
+ {% include "publishing_suggest.html" %} +
{% endblock %}