From 388c8692141716d9efbcf34f968439ae5abe3b3c Mon Sep 17 00:00:00 2001 From: Ben Adida <ben@adida.net> Date: Wed, 9 Mar 2011 21:01:31 -0800 Subject: [PATCH] started the UI hook for adding a manual voter --- helios/templates/voters_list.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/helios/templates/voters_list.html b/helios/templates/voters_list.html index 11d37cc..e8f4072 100644 --- a/helios/templates/voters_list.html +++ b/helios/templates/voters_list.html @@ -28,7 +28,9 @@ {% endif %} </p> <br /> -{% if admin_p and upload_p %} +{% if admin_p %} +Add a Voter: WORK HERE +{% if upload_p %} <p> <a href="{% url helios.views.voters_upload election_uuid=election.uuid %}">bulk upload voters</a> </p> @@ -54,6 +56,7 @@ Prior Bulk Uploads: </ul> {% endif %} {% endif %} +{% endif %} {% if voters %} -- GitLab