X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/01d45e770db14ee1fe27e676928022029ab0ce66..3d1fb545dd1f49e0624d3adf20e5568b1c33d8ec:/wolnelektury/templates/catalogue/search_no_hits.html diff --git a/wolnelektury/templates/catalogue/search_no_hits.html b/wolnelektury/templates/catalogue/search_no_hits.html index d4af282ac..bffefe33b 100644 --- a/wolnelektury/templates/catalogue/search_no_hits.html +++ b/wolnelektury/templates/catalogue/search_no_hits.html @@ -9,19 +9,16 @@ {% block body %}

{% title_from_tags tags %}

{% breadcrumbs tags %} - +
-

{% trans "Search of " %}{{ query }} {% trans "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" %}
-
-
{% trans "Close" %}
-
-

* {% trans "Loading" %}

-
+
+ {% include "publishing_suggest.html" %}
-{% endblock %} \ No newline at end of file +{% endblock %}