summaryrefslogtreecommitdiffstats
path: root/forum/const.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-04-11 17:14:25 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-04-11 17:14:52 -0400
commit0762b79da73cb02e1be04c2de4aaa55eda221901 (patch)
tree7e203abc410bb5e09405475941cf4eb4f94a1b29 /forum/const.py
parentd2f242282cc00b8ab6aac94fbb30d6e55a7b87ec (diff)
downloadaskbot-0762b79da73cb02e1be04c2de4aaa55eda221901.tar.gz
askbot-0762b79da73cb02e1be04c2de4aaa55eda221901.tar.bz2
askbot-0762b79da73cb02e1be04c2de4aaa55eda221901.zip
question views merged, changed UI a bit, full text search broken
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