{% extends "feedback/base.html" %} {% load i18n %} {% block content %} {% if sent %}
{% trans "You may wish to go back." %}
{% trans "You may wish to go back to the home page." %}
{{ feedback_form.email.errors.0 }}
{{ feedback_form.email }}
{{ feedback_form.body }}