diff --git a/helios/templates/voters_list.html b/helios/templates/voters_list.html
index 11d37cc6364be4b46ef6e30fb29f338bb82600a2..e8f4072c2bd1d0d509e9eff3f64bbbe22e58c064 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 %}