f68d065e6de431a504d60b50e88dcf9a5e483497
[wolnelektury.git] / wolnelektury / templates / catalogue / search_too_short.html
1 {% extends "base.html" %}
2 {% load i18n %}
3 {% load catalogue_tags pagination_tags %}
4
5 {% block title %}{% trans "Searching in" %} WolneLektury.pl{% endblock %}
6
7 {% block bodyid %}tagged-object-list{% endblock %}
8
9 {% block body %}
10     <h1>{% title_from_tags tags %}</h1>
11     {% breadcrumbs tags %}
12     
13     <div id="books-list">
14         <p>{% trans "Sorry! Search query must have at least two characters." %}</p>
15         {% include "info/join_us.html" %}
16     </div>
17
18     <div id="set-window">
19         <div class="header"><a href="#" class="jqmClose">{% trans "Close" %}</a></div>
20         <div class="target">
21             <p><img src="{{ STATIC_URL }}img/indicator.gif" alt="*"/> {% trans "Loading" %}</p>
22         </div>
23     </div>
24 {% endblock %}