Merge branch 'production'
[wolnelektury.git] / wolnelektury / templates / info / help_us.html
1 {% extends "base.html" %}
2 {% load chunks %}
3
4 {% block title %}Możesz nam pomóc w WolneLektury.pl{% endblock %}
5
6 {% block body %}
7     <h1>Możesz nam pomóc</h1>
8     <form action="{% url search %}" method="get" accept-charset="utf-8" id="search-form">
9         <p>{{ form.q }} <input type="submit" value="Szukaj" /> <strong>lub</strong> <a href="{% url main_page %}">wróć do strony głównej</a></p>
10     </form>
11
12     <div class="column-left">
13         {% chunk "help_us_left" %}
14     </div>
15     <div class="column-right">
16         {% chunk "help_us_right" %}
17     </div>
18 {% endblock %}