{% extends "admin/change_list.html" %} {%load staticfiles%} {% block extrastyle %} {{ block.super }} {% endblock %} {% block content %}

Adding a poll will create ballots for all voters. If you add a voter, simple re-save the poll to create ballots for that voter.

REMEMBER: Only mark a poll "complete" when you have all notes in and are ready to publish. You should only have one poll open at any time.

{{block.super}} {% endblock %}