1 {% extends "ajaxable/form.html" %}
3 {% load ajaxable_tags %}
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>
16 <p>{% trans "Remember that we can only publish books in public domain, ie. 70 years after the death of the author!" %}</p>