From 1af3ca4559308aeb2555835b39fb3ee6f50ab384 Mon Sep 17 00:00:00 2001 From: miguelzinh3 Date: Tue, 26 Sep 2023 17:09:04 -0300 Subject: [PATCH] fix(eleicao): add filter_city in url parameters --- app/eleicao/templates/eleicao/plugins/candidate_list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/eleicao/templates/eleicao/plugins/candidate_list.html b/app/eleicao/templates/eleicao/plugins/candidate_list.html index 465f4f97..9632d281 100644 --- a/app/eleicao/templates/eleicao/plugins/candidate_list.html +++ b/app/eleicao/templates/eleicao/plugins/candidate_list.html @@ -35,12 +35,12 @@

ConheƧa as candidaturas

{% if page_obj.number == page_num %}
  • {% elif page_num >= page_obj.number|add:"-2" and page_num <= page_obj.number|add:"2" %} -
  • {{ page_num }}
  • +
  • {{ page_num }}
  • {% endif %} {% endfor %} {% if page_obj.has_next %} -
  • »
  • +
  • »
  • {% else %}
  • »
  • {% endif %}