Merge branch 'reflow'
[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
deleted file mode 100644 (file)
index 62d0ad0..0000000
+++ /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 %}
-    <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