upper limit on search query length
[wolnelektury.git] / src / catalogue / templates / catalogue / search_too_long.html
diff --git a/src/catalogue/templates/catalogue/search_too_long.html b/src/catalogue/templates/catalogue/search_too_long.html
new file mode 100644 (file)
index 0000000..4f780df
--- /dev/null
@@ -0,0 +1,16 @@
+{% extends "base/base.html" %}
+{% load i18n %}
+{% load catalogue_tags pagination_tags %}
+
+{% block titleextra %}{% trans "Search" %}{% endblock %}
+
+{% block bodyid %}tagged-object-list{% endblock %}
+
+{% block body %}
+  <h1>{% trans "Search" %}</h1>
+
+  <div id="books-list">
+    <p>{% trans "Sorry! Search query is too long to be processed." %}</p>
+    {% include "info/join_us.html" %}
+  </div>
+{% endblock %}
\ No newline at end of file