Skip to content
Snippets Groups Projects
Commit 6e1aaafa authored by Liz Fong-Jones's avatar Liz Fong-Jones
Browse files

add voter_type to preview

parent 1a95b5f3
No related branches found
No related tags found
No related merge requests found
...@@ -8,9 +8,9 @@ You have uploaded a file of voters. The first few rows of this file are: ...@@ -8,9 +8,9 @@ You have uploaded a file of voters. The first few rows of this file are:
</p> </p>
<table> <table>
<tr><th>Voter Login</th><th>Email Address</th><th>Name</th></tr> <tr><th>Voter Type</th><th>Voter Login</th><th>Email Address</th><th>Name</th></tr>
{% for v in voters %} {% for v in voters %}
<tr><td>{{v.voter_id}}</td><td>{{v.email}}</td><td>{{v.name}}</td></tr> <tr><td>{{v.voter_type}}</td><td>{{v.voter_id}}</td><td>{{v.email}}</td><td>{{v.name}}</td></tr>
{% endfor %} {% endfor %}
</table> </table>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment