2012-01-09 20:53:09 +00:00
{% extends "basedocumentation.html" %}
2016-05-11 14:41:50 +00:00
2012-01-09 20:53:09 +00:00
{% block title %}Feedback{% endblock %}
{% block doccontent %}
2012-01-15 23:03:29 +00:00
< p > Love something? Hate something? Found something broken or confusing? Thanks for telling us!< / p >
2012-01-09 20:53:09 +00:00
2017-11-18 21:34:56 +00:00
To: support@ebookfoundation.org< br / > < br / >
2015-08-18 15:03:49 +00:00
< form method = "POST" action = "{% url 'feedback' %}" >
2012-01-09 20:53:09 +00:00
{% csrf_token %}
{{ form.sender.errors }}
2012-04-17 18:10:14 +00:00
{{ form.sender.label_tag }}< br / >
{{ form.sender }}< br / > < br / >
2012-01-09 20:53:09 +00:00
{{ form.subject.errors }}
2012-04-17 18:10:14 +00:00
{{ form.subject.label_tag }}< br / >
{{ form.subject }}< br / > < br / >
2012-01-09 20:53:09 +00:00
{{ form.message.errors }}
2012-04-17 18:10:14 +00:00
{{ form.message.label_tag }}< br / >
{{ form.message }}< br / > < br / >
2012-01-09 20:53:09 +00:00
{{ form.notarobot.errors }}
{{ form.non_field_errors }}
Please prove you're not a robot. {{num1}} + {{num2}} =
2012-01-15 18:19:35 +00:00
{{ form.notarobot }}< /br />< br / >
2012-01-09 20:53:09 +00:00
{{ form.answer }}
{{ form.num1 }}
{{ form.num2 }}
{{ form.page }}
< input type = "submit" value = "Submit" / >
< / form >
2015-08-18 15:03:49 +00:00
2017-11-18 21:34:56 +00:00
< p > If for some reason this form doesn't work, you can send email to unglue.it support at < a href = "mailto:unglueit@ebookfoundation.org" > unglueit@ebookfoundation.org< / a > .< / p >
2012-01-09 20:53:09 +00:00
{% endblock %}