From 03f4b1454301919a5456b410239fd458f2c78f7d Mon Sep 17 00:00:00 2001 From: Ben Adida <ben@adida.net> Date: Mon, 4 Oct 2010 13:04:21 -0700 Subject: [PATCH] clarified language when eligibility of election is set --- helios/templates/election_cast_confirm.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/helios/templates/election_cast_confirm.html b/helios/templates/election_cast_confirm.html index 9f97c34..fcadde7 100644 --- a/helios/templates/election_cast_confirm.html +++ b/helios/templates/election_cast_confirm.html @@ -96,7 +96,14 @@ Your smart ballot tracker is:<br /><br /> <p> Now, we need you to log in, so we can verify your eligibility.<br /><br /> {% if election.openreg %} +{% if election.eligibility %} +{% if password_only %} +This election is open only to designated participants who received credentials via email. +{% else %} +{% endif %} +{% else %} This election is open to <em>anyone</em>, so log in with your preferred account. +{% endif %} {% else %} {% if password_only %} Please log in with the username and password you received by email.<br /> -- GitLab