Skip to content

Commit

Permalink
Paginator at the beggining
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Álvarez committed Sep 6, 2016
1 parent 0fcb787 commit 9f6da2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion votai_general_theme/templates/el_pagination/show_pages.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<div class='text-center'>
<ul class='pagination pagination-sm'>
{% for page in pages %}
{{ page|default_if_none:'<li class="disabled"><span class="endless_separator">...</span></li>' }}
{% endfor %}
</ul>
</ul>
</div>

0 comments on commit 9f6da2f

Please sign in to comment.