Skip to content
Snippets Groups Projects
Commit 748be96a authored by Ben Adida's avatar Ben Adida
Browse files

aliased voters - don't show the name

parent ffaf148d
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,13 @@ ...@@ -5,7 +5,13 @@
<h2 class="title">Cast Vote {{cast_vote.vote_tinyhash}}</h2> <h2 class="title">Cast Vote {{cast_vote.vote_tinyhash}}</h2>
cast in <a href="{% url helios.views.one_election_view election.uuid %}">{{election.name}}</a><br /> cast in <a href="{% url helios.views.one_election_view election.uuid %}">{{election.name}}</a><br />
Fingerprint: <tt>{{cast_vote.vote_hash}}</tt><br /> Fingerprint: <tt>{{cast_vote.vote_hash}}</tt><br />
by <b><u>{{voter.name}}</u></b> by <b><u>
{% if voter.alias %}
{{voter.alias}}
{% else %}
{{voter.name}}
{% endif %}
</u></b>
<br /><br /> <br /><br />
<a href="#" onclick="$('#castvote_content').slideToggle(250); return false;">details</a><br /><br /> <a href="#" onclick="$('#castvote_content').slideToggle(250); return false;">details</a><br /><br />
<div style="display:none;" id="castvote_content"> <div style="display:none;" id="castvote_content">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment