summaryrefslogtreecommitdiffstats
path: root/forum/const.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-12-09 19:57:49 -0500
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-12-09 20:02:36 -0500
commitfdac57838a27f3837b0ef187a9a3f86f293d29b1 (patch)
treeba9975b0e22fa02c97608f030395b4c26c31e972 /forum/const.py
parent4be0491e6adef6bf5817545ec9e050555066352f (diff)
downloadaskbot-fdac57838a27f3837b0ef187a9a3f86f293d29b1.tar.gz
askbot-fdac57838a27f3837b0ef187a9a3f86f293d29b1.tar.bz2
askbot-fdac57838a27f3837b0ef187a9a3f86f293d29b1.zip
added sitemap at /sitemap.xml and fixed per tag subscription (hopefully)
Diffstat (limited to 'forum/const.py')
-rw-r--r--forum/const.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/forum/const.py b/forum/const.py
index 91b6f5e5..76fd4a24 100644
--- a/forum/const.py
+++ b/forum/const.py
@@ -89,4 +89,4 @@ CONST = {
}
#how to filter questions by tags in email digests?
-TAG_EMAIL_FILTER_CHOICES = (('ignored', _('exclude ignored tags')),('interesting',_('allow only interesting tags')))
+TAG_EMAIL_FILTER_CHOICES = (('ignored', _('exclude ignored tags')),('interesting',_('allow only selected tags')))