{% extends 'management/base.html' %} {% load static %} {% load crispy_forms_filters %} {% block content %}

Add Voters

Enter one email address per line in the field below.
These emails will receive an access code for this session after clicking "Submit".

{% csrf_token %} {{ form|crispy }} Cancel
{% endblock %}