X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/82c3054bcdeb000aa9782da80d644070797b5cbe..ae60b2a3949e96357477cc04f90fd0873cee8a92:/apps/catalogue/templates/catalogue/search_too_short.html diff --git a/apps/catalogue/templates/catalogue/search_too_short.html b/apps/catalogue/templates/catalogue/search_too_short.html deleted file mode 100644 index 62d0ad022..000000000 --- a/apps/catalogue/templates/catalogue/search_too_short.html +++ /dev/null @@ -1,17 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} -{% load catalogue_tags pagination_tags %} - -{% block titleextra %}{% trans "Search" %}{% endblock %} - -{% block bodyid %}tagged-object-list{% endblock %} - -{% block body %} -

{% trans "Search" %}

- -
-

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

- {% include "info/join_us.html" %} -
- -{% endblock %} \ No newline at end of file