Remove legacy search.
[wolnelektury.git] / src / catalogue / templates / catalogue / search_too_short.html
diff --git a/src/catalogue/templates/catalogue/search_too_short.html b/src/catalogue/templates/catalogue/search_too_short.html
deleted file mode 100644 (file)
index 253a94b..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-{% 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 must have at least two characters." %}</p>
-    {% include "info/join_us.html" %}
-  </div>
-{% endblock %}
\ No newline at end of file