volunteering infopage change,
[wolnelektury.git] / apps / suggest / templates / publishing_suggest_full.html
1 {% extends "base.html" %}
2 {% load i18n %}
3
4 {% block title %}Sugestia do planu wydawniczego w WolneLektury.pl{% endblock %}
5
6 {% block metadescription %}Sugestia do planu wydawniczego.{% endblock %}
7
8 {% block bodyid %}suggest-publishing{% endblock %}
9
10 {% block body %}
11     <form action="{% url search %}" method="get" accept-charset="utf-8" id="search-form">
12         <p>{{ form.q }} <input type="submit" value="{% trans "Search" %}" /> <strong>{% trans "or" %}</strong> <a href="{% url main_page %}">{% trans "return to main page" %}</a></p>
13     </form>
14
15     <div id="books-list">
16     </div>
17
18     <div class="column-right block-form">
19         {% include "publishing_suggest.html" %}
20         {% if response_data.message %}
21             <p>{{ response_data.message }}</p>
22         {% endif %}
23     </div>
24 {% endblock %}