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

Add Voters via QR Code

Show the following QR code to the people you want to add to your election session.
{{ name }}
QR Code
The page refreshes automatically if it is scanned. However, you can also request a new one manually if somebody has a bad Internet connection.

Add New
{% csrf_token %}
{% endblock %} {% block footer_scripts %} {# If the QR code was scanned and the user logged in successfully the page will automatically #} {# change to add_mobile_voter_name again #} {% endblock %}