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

Create Poll for {{event.title}}

{% load crispy_forms_tags %}
{% crispy question_form %}
{% endblock %}