{% extends 'subpage_base.html' %} {% load cms_tags %} {% block sub_content %}
{% if error_message %}

{{ error_message }}

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