{% extends 'server_ui/templates/base.html' %} {% block title %}Confirm Vote{% endblock %} {% block content %}

Your Vote was Cast

A vote was successfully cast for {{voter.voter_id}}, with vote fingerprint:

{{voter.vote_hash}}

Visit the election homepage.

{% endblock %}