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 %}