X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..eb383b976ed875888b261bf5901ee484aa2dcf8f:/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..3f9e98203 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,23 @@ {% 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" %} -
+ {% include "info/join_us.html" %}
+
-
- {% include "publishing_suggest.html" %} -
+
+ {% include "publishing_suggest.html" %} +
{% endblock %}