rearrangements: new core app, templates in apps, split settings;
[wolnelektury.git] / 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
new file mode 100644 (file)
index 0000000..62d0ad0
--- /dev/null
@@ -0,0 +1,17 @@
+{% extends "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 must have at least two characters." %}</p>
+        {% include "info/join_us.html" %}
+    </div>
+
+{% endblock %}
\ No newline at end of file