{% extends "app/layout.html" %} {% block content %}

{{poll.text}}


{% if error_message %}

{{error_message}}

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