Skip to content

Commit

Permalink
fixed trustee popup to further discourage non-experts from adding tru…
Browse files Browse the repository at this point in the history
…stees
  • Loading branch information
benadida committed Jun 19, 2011
1 parent d93e9ef commit 24c6a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helios/templates/list_trustees.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h2 class="title">{{election.name}} &mdash; Trustees <span style="font-size:0.7e
</p>

<p>
[ <a onclick="return(confirm('Are you sure you want to add a trustee?\n\nThis is an advanced feature that requires a good bit more owrk to tally the election.\nThe simplest option is to let Helios tally the election for you.'));" href="{% url helios.views.new_trustee election.uuid %}">add a trustee</a> ]
[ <a onclick="return(confirm('Adding your own trustee requires a good bit more work to tally the election.\nYou will need to have trustees generate keypairs and safeguard their secret key.\n\nIf you are not sure what that means, we strongly recommend\nclicking Cancel and letting Helios tally the election for you.'));" href="{% url helios.views.new_trustee election.uuid %}">add a trustee</a> ]
</p>
{% if not election.has_helios_trustee %}
<p>
Expand Down

0 comments on commit 24c6a83

Please sign in to comment.