X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/735368cfb54c8954518179993dcd3bc55e3878e7..276656dcc680e1a35103d310dea046152ddc3785:/wolnelektury/templates/catalogue/search_too_short.html diff --git a/wolnelektury/templates/catalogue/search_too_short.html b/wolnelektury/templates/catalogue/search_too_short.html index db9e58527..62d0ad022 100644 --- a/wolnelektury/templates/catalogue/search_too_short.html +++ b/wolnelektury/templates/catalogue/search_too_short.html @@ -1,23 +1,17 @@ {% extends "base.html" %} +{% load i18n %} {% load catalogue_tags pagination_tags %} -{% block title %}Wyszukiwanie w WolneLektury.pl{% endblock %} +{% block titleextra %}{% trans "Search" %}{% endblock %} {% block bodyid %}tagged-object-list{% endblock %} {% block body %} -

{% title_from_tags tags %}

- {% breadcrumbs tags %} - +

{% trans "Search" %}

+
-

Przepraszamy! Wyszukiwana fraza musi mieć co najmniej dwa znaki.

+

{% trans "Sorry! Search query must have at least two characters." %}

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

* Ładowanie

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