From 3ef10652cc33a1a77d58fcbc4ad226fa8fe6d958 Mon Sep 17 00:00:00 2001 From: yomguy Date: Mon, 18 Feb 2013 20:37:59 +0100 Subject: [PATCH] fix page num --- teleforma/templates/teleforma/inc/answer_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/templates/teleforma/inc/answer_list.html b/teleforma/templates/teleforma/inc/answer_list.html index 3f372397..3742e5ac 100644 --- a/teleforma/templates/teleforma/inc/answer_list.html +++ b/teleforma/templates/teleforma/inc/answer_list.html @@ -3,7 +3,7 @@ {% load teleforma_tags %} {% load pagination_tags %} -{% autopaginate object_list 10 %} +{% autopaginate object_list 8 %} {% paginate %}
-- 2.39.5