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 }}
15 <li><input type="submit" value="{% trans "Send report" %}"/></li>
16 <li>{% trans "Remember that we can only publish books in public domain, ie. 70 years after the death of the author!" %}</li>