{{ question.question_text }}
{#
#} {# {% for choice in question.choice_set.all %}#} {#
{{ choice.choice_text }}
#} {# {% endfor %}#} {#
#}
{% csrf_token %}
{{ question.question_text }}
{% if error_message %}
{{ error_mesaage }}
{% endif %} {% for choice in question.choice_set.all %}
{{ choice.choice_text }}
{% endfor %}