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

tweaked voter list template

parent 2c3aca47
No related branches found
No related tags found
No related merge requests found
...@@ -88,10 +88,6 @@ Prior Bulk Uploads: ...@@ -88,10 +88,6 @@ Prior Bulk Uploads:
{% if voters %} {% if voters %}
{% if voters_page.has_previous %}
<a href="./list?page={{voters_page.previous_page_number}}&limit={{limit}}&q={{q|urlencode}}">previous {{limit}}</a> &nbsp;&nbsp;
{% endif %}
<p> <p>
<b> <b>
{% if election.num_cast_votes %} {% if election.num_cast_votes %}
...@@ -102,6 +98,11 @@ no votes yet ...@@ -102,6 +98,11 @@ no votes yet
</b> </b>
</p> </p>
{% if voters_page.has_previous %}
<a href="./list?page={{voters_page.previous_page_number}}&limit={{limit}}&q={{q|urlencode}}">previous {{limit}}</a> &nbsp;&nbsp;
{% endif %}
Voters {{voters_page.start_index}} - {{voters_page.end_index}} (of {{total_voters}})&nbsp;&nbsp; Voters {{voters_page.start_index}} - {{voters_page.end_index}} (of {{total_voters}})&nbsp;&nbsp;
{% if voters_page.has_next %} {% if voters_page.has_next %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment