summaryrefslogtreecommitdiffstats
path: root/forum/const.py
diff options
context:
space:
mode:
Diffstat (limited to 'forum/const.py')
-rwxr-xr-xforum/const.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/forum/const.py b/forum/const.py
index bc9a7a8f..a3ab2a47 100755
--- a/forum/const.py
+++ b/forum/const.py
@@ -55,7 +55,7 @@ POST_SCOPE_LIST = (
)
DEFAULT_POST_SCOPE = 'all'
DEFAULT_QUESTIONS_PAGE_SIZE = 30
-PAGE_SIZES = (10,30,50)
+PAGE_SIZE_CHOICES = (('10','10',),('30','30',),('50','50',),)
UNANSWERED_MEANING_LIST = ('NO_ANSWERS','NO_UPVOTED_ANSWERS','NO_ACCEPTED_ANSWERS')
UNANSWERED_MEANING = 'NO_ACCEPTED_ANSWERS'