diff --git a/helios/templates/voters_upload.html b/helios/templates/voters_upload.html index 9c3d7cc7374644667d4c4d0f807308dc41d2951f..d8ea34121443db0bbb18ce1918a2e9735e9e9bc7 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>