{% extends 'server_ui/templates/base.html' %} {% block title %}Confirm Vote{% endblock %} {% block content %}
A vote was successfully cast for {{voter.voter_id}}, with vote fingerprint:
{{voter.vote_hash}}
Visit the election homepage.
{% endblock %}