diff --git a/helios/templates/castvote.html b/helios/templates/castvote.html index 18edfc951f271594e71b732fcb703785f6861585..68197c500767995c92f3026166ffd35afd00d6ca 100644 --- a/helios/templates/castvote.html +++ b/helios/templates/castvote.html @@ -5,7 +5,13 @@ <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 /> 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 /> <a href="#" onclick="$('#castvote_content').slideToggle(250); return false;">details</a><br /><br /> <div style="display:none;" id="castvote_content">