summaryrefslogtreecommitdiffstats
path: root/forum/const.py
diff options
context:
space:
mode:
Diffstat (limited to 'forum/const.py')
-rwxr-xr-xforum/const.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/forum/const.py b/forum/const.py
index dd85bb2e..11c833ea 100755
--- a/forum/const.py
+++ b/forum/const.py
@@ -131,3 +131,4 @@ CONST = {
#how to filter questions by tags in email digests?
TAG_EMAIL_FILTER_CHOICES = (('ignored', _('exclude ignored tags')),('interesting',_('allow only selected tags')))
MAX_ALERTS_PER_EMAIL = 7
+USERS_PAGE_SIZE = 28