fix
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Fri, 22 Feb 2013 12:38:02 +0000 (13:38 +0100)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Fri, 22 Feb 2013 12:38:02 +0000 (13:38 +0100)
questions/templates/questions/question_list.html

index 06fb866..f458772 100755 (executable)
@@ -42,7 +42,7 @@ Tematy:
     {% if tag %}na temat: {{ tag }}{% endif %}
     ({{ object_list.count }}):</h2>
 
-{% autopaginate object_list 1 %}
+{% autopaginate object_list 20 %}
 
 <ul class='questions'>
 {% for question in object_list %}