From 1d154b335f24afd19fb43dc73e085882f0902403 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Fri, 22 Feb 2013 13:38:02 +0100 Subject: [PATCH] fix --- questions/templates/questions/question_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions/templates/questions/question_list.html b/questions/templates/questions/question_list.html index 06fb866..f458772 100755 --- a/questions/templates/questions/question_list.html +++ b/questions/templates/questions/question_list.html @@ -42,7 +42,7 @@ Tematy: {% if tag %}na temat: {{ tag }}{% endif %} ({{ object_list.count }}): -{% autopaginate object_list 1 %} +{% autopaginate object_list 20 %}