{{ question.question_text }}

{% if error_message %}

{{ error_message }}

{% endif %}
{% csrf_token %} {% for choice in question.choices %}
{% endfor %}
Results Edit Delete Back to list