From 4331f6d8f2e03a28d4998eb449a04861a08b1b28 Mon Sep 17 00:00:00 2001 From: Ben Adida <ben@adida.net> Date: Fri, 25 Feb 2011 17:16:00 -0800 Subject: [PATCH] fixed instructions for decryption combining --- helios/templates/combine_decryptions.html | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/helios/templates/combine_decryptions.html b/helios/templates/combine_decryptions.html index efb9f85..35bbe72 100644 --- a/helios/templates/combine_decryptions.html +++ b/helios/templates/combine_decryptions.html @@ -1,15 +1,11 @@ {% extends TEMPLATE_BASE %} -{% block title %}Combine Decryptions and Release Tally — {{election.name}}{% endblock %} +{% block title %}Release Tally — {{election.name}}{% endblock %} {% block content %} - <h2 class="title">{{election.name}} — Combine Decryptions and Release Tally <span style="font-size:0.7em;">[<a href="{% url helios.views.one_election_view election.uuid %}">cancel</a>]</span></h2> + <h2 class="title">{{election.name}} — Release Tally <span style="font-size:0.7em;">[<a href="{% url helios.views.one_election_view election.uuid %}">cancel</a>]</span></h2> <p> - The tally for this election will now be computed and displayed on the main election page. - </p> - - <p> -In addition, voters will be notified that of the availability of the tally. The default message reads: + The tally for this election will be released, and voters will be notified that of the availability of the tally.<br />The default message reads: </p> <pre style="margin:10px; border: 1px solid #888; padding:20px"> -- GitLab