{% load widget_tweaks %} {% csrf_token %}

Your Email Address

{{ surveyform.email|add_class:"form-control"}} {% if surveyform.email.errors %}
{% for err in surveyform.email.errors %}

{{ err }}

{% endfor %}
{% endif %}
{{ answerform.management_form }} {% include 'apollo/questions.html' %}