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

Vote on {{poll.question_text}}

{% load crispy_forms_tags %}
{% crispy vote_form %}
{% endblock %}