Question Detail

{% if message %}

{{ message }}

{% endif %}

{{ question.text }}

{% if user.is_authenticated %}
{% csrf_token %}

Choices

{% for choice in question.choice_set.all %}
{% endfor %}
{% endif %}