changes default filesystem cache location
[wolnelektury.git] / apps / suggest / templates / suggest.html
1 {% load i18n %}
2 <h2>{% trans "Report a bug or suggestion" %}</h2>
3 <form id='suggest-form' action="{% url suggest.views.report %}" method="post" accept-charset="utf-8" class="cuteform">
4 <ol>
5     <li><label for="id_contact">{{ form.contact.label }}</label> {{ form.contact }}</li>
6         <li><label for="id_description">{{ form.description.label }}</label> {{ form.description }}</li>
7     <li><input type="submit" value="{% trans "Send report" %}"/></li>
8 </ol>
9 </form>