gremmie@1: {% extends 'base.html' %} bgneal@310: {% load url from future %} gremmie@1: {% block title %}Polls: {{ poll.question }}{% endblock %} gremmie@1: {% block custom_css %} gremmie@1: gremmie@1: {% endblock %} gremmie@1: {% block content %} gremmie@1:

Poll

gremmie@1:

{{ poll.question }}

bgneal@194:
{% csrf_token %} gremmie@1:
gremmie@1: {{ vote_form.as_p }} gremmie@1: gremmie@1:
gremmie@1:
gremmie@1:

gremmie@1: Poll Details bgneal@310: | View Results bgneal@310: | Poll Index gremmie@1:

gremmie@1:

This poll was published on {{ poll.start_date|date:"F d, Y" }}.

gremmie@1: {% endblock %}