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

small tweaks

parent 43dd5812
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ Voters {{voters_page.start_index}} - {{voters_page.end_index}} (of {{total_voter
[<a href="{% url helios.views.voters_email election.uuid %}?voter_id={{voter.voter_login_id}}">email</a>]
[<a onclick="return confirm('are you sure you want to remove {{voter.name}} ?');" href="{% url helios.views.voter_delete election.uuid, voter.uuid %}">x</a>]
{% endif %}
<img border="0" height="20" src="/static/auth/login-icons/{{voter.voter_type}}.png" alt="{{voter.voter_type}}" /> {{voter.name}}</td>
<img class="small-logo" src="/static/auth/login-icons/{{voter.voter_type}}.png" alt="{{voter.voter_type}}" /> {{voter.name}}</td>
{% endif %}
{% if election.use_voter_aliases %}
<td>{{voter.alias}}</td>
......
......@@ -63,7 +63,7 @@ More than <b>100,000 votes</b> have been cast using Helios.
<a class="small button" href="{% url helios.views.election_new %}">create election</a>
<h5 class="subheader">Administration</h5>
{% if elections_administered %}
<ul class="inline-list">
<ul>
{% for election in elections_administered %}
<li> <a href="{% url helios.views.one_election_view election.uuid %}">{{election.name}}</a></li>
{% endfor %}
......@@ -79,7 +79,7 @@ More than <b>100,000 votes</b> have been cast using Helios.
<h5 class="subheader">Recent Votes</h5>
{% if elections_voted %}
<ul class="inline-list">
<ul>
{% for election in elections_voted %}
<li><a href="{% url helios.views.one_election_view election.uuid %}">{{election.name}}</a></li>
{% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment