newsletter checkboxes in suggestions and registration
[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 {% endblock %}
13
14
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>
17   </ol>
18 </form>