From 0323d6a32a37dd7ba49db1fa810bf38d372b6a88 Mon Sep 17 00:00:00 2001 From: tal Date: Mon, 19 Sep 2016 21:19:15 +0300 Subject: [PATCH] pagination --- committeeVotes/templates/committeeVotes/minister_detail.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/committeeVotes/templates/committeeVotes/minister_detail.html b/committeeVotes/templates/committeeVotes/minister_detail.html index 4a5032f..61f6d54 100644 --- a/committeeVotes/templates/committeeVotes/minister_detail.html +++ b/committeeVotes/templates/committeeVotes/minister_detail.html @@ -92,11 +92,9 @@

{% for i in votes.paginator.page_range %} - {% if i <= (votes.number number + 5)%}
  • {{i}}
  • - {% endif %} {% endfor %} {% if votes.has_next %}