merge new librarian changes with custom pdf fix
[wolnelektury.git] / wolnelektury / templates / catalogue / search_form.html
1 {% load i18n %}
2 <form action="{% url search %}" method="get" accept-charset="utf-8" id="search-form">
3     <p>{{ form.q }} <input type="submit" value="{% trans "Search" %}" /> <strong>{%trans "or" %}</strong> <a href="{% url main_page %}">{% trans "return to the main page" %}</a></p>
4 </form>