Select Git revision
navbar.html
combine_decryptions.html 610 B
{% extends TEMPLATE_BASE %}
{% block title %}Compute Tally — {{election.name}}{% endblock %}
{% block content %}
<h2 class="title">{{election.name}} — Compute Tally <span style="font-size:0.7em;">[<a href="{% url "helios.views.one_election_view" election.uuid %}">cancel</a>]</span></h2>
<p>
You are about to compute the tally for this election. You only will then see the results.
</p>
<form method="POST" action="">
<input type="hidden" name="csrf_token" value="{{csrf_token}}" />
<input type="submit" class="button" value="compute the tally!" />
</form>
{% endblock %}