X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6418d2fa37344e38f030d67af7db54a127fc17b3..e432f8579852df4ffc3010bc54bbabe452591956:/wolnelektury/templates/catalogue/search_no_hits.html?ds=sidebyside diff --git a/wolnelektury/templates/catalogue/search_no_hits.html b/wolnelektury/templates/catalogue/search_no_hits.html new file mode 100644 index 000000000..8e4e788a4 --- /dev/null +++ b/wolnelektury/templates/catalogue/search_no_hits.html @@ -0,0 +1,23 @@ +{% extends "base.html" %} +{% load catalogue_tags pagination_tags %} + +{% block title %}Wyszukiwanie w WolneLektury.pl{% endblock %} + +{% block bodyid %}tagged-object-list{% endblock %} + +{% block body %} +

{% title_from_tags tags %}

+ {% breadcrumbs tags %} + +
+

Wyszukiwanie {{ query }} nie dało rezultatu.

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

* Ładowanie

+
+
+{% endblock %} \ No newline at end of file