moved stats to own app, add template tags to it,
[wolnelektury.git] / wolnelektury / templates / catalogue / search_form.html
diff --git a/wolnelektury/templates/catalogue/search_form.html b/wolnelektury/templates/catalogue/search_form.html
new file mode 100755 (executable)
index 0000000..4535226
--- /dev/null
@@ -0,0 +1,4 @@
+{% load i18n %}
+<form action="{% url search %}" method="get" accept-charset="utf-8" id="search-form">
+    <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>
+</form>