From 7b1c643d69ab936233a6a3ccd9396ce85a9df145 Mon Sep 17 00:00:00 2001 From: Marcio Mazza Date: Fri, 24 Jul 2015 08:53:43 -0300 Subject: [PATCH] Fix ellipsis in pagination template --- templates/comissoes/comissao_list.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/templates/comissoes/comissao_list.html b/templates/comissoes/comissao_list.html index 3ea7cc914..f9819331d 100644 --- a/templates/comissoes/comissao_list.html +++ b/templates/comissoes/comissao_list.html @@ -44,9 +44,13 @@ {% endif %} {% for page in custom_page_range %} -
  • - {% if page %}{{ page }}{% else %}…{% endif %} + {% if page %} +
  • + {{ page }}
  • + {% else %} +
  • + {% endif %} {% endfor %} {% if page_obj.has_next %}