{% extends "bases/bootstrap-with-nav.html" %} {% load staticfiles %} {% block content %}

{{ question.question_text }}

{% if error_message %}

{{ error_message }}

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