43ad4031b57400f34dc9078013fd6da909d0e807
[wolnelektury.git] / src / suggest / templates / publishing_suggest.html
1 {% extends "ajaxable/form.html" %}
2 {% load i18n %}
3 {% load ajaxable_tags %}
4
5 {% block form_fields %}
6 {{ form.contact|pretty_field }}
7   <li>{% trans "I'd like to find in WolneLektury.pl theseā€¦" %}</li>
8   {{ form.books|pretty_field }}
9   {{ form.ebook|pretty_checkbox }}
10   {{ form.audiobook|pretty_checkbox }}
11   {{ form.agree_newsletter|pretty_checkbox }}
12   <li><span class="helptext">{{ form.data_processing }}</span></li>
13 {% endblock %}
14
15 {% block extra %}
16   <p>{% trans "Remember that we can only publish books in public domain, ie. 70 years after the death of the author!" %}</p>
17 {% endblock %}