From 74d0a4efc42621dcfb6183808a5fb1f7f8789963 Mon Sep 17 00:00:00 2001 From: Ben Adida <ben@adida.net> Date: Thu, 22 Aug 2013 15:34:19 -0700 Subject: [PATCH] fixed CSV example text to be clear about unique ID, closes #45 --- helios/templates/voters_upload.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/helios/templates/voters_upload.html b/helios/templates/voters_upload.html index 9c3d7cc..d8ea341 100644 --- a/helios/templates/voters_upload.html +++ b/helios/templates/voters_upload.html @@ -8,11 +8,18 @@ If you would like to specify your list of voters by name and email address,<br /> you can bulk upload a list of such voters here.<br /><br /> - Please prepare a text file of comma-separated values, as follows: + Please prepare a text file of comma-separated values with the fields: +</p> +<pre> + <unique_id>,<email>,<full name> +</pre> + +<p> +For example: </p> <pre> benadida,ben@adida.net,Ben Adida - bob,bob@acme.org,Bob Acme + bobsmith,bob@acme.org,Bob Smith ... </pre> -- GitLab