summaryrefslogtreecommitdiffstats
path: root/askbot/conf/forum_data_rules.py
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/conf/forum_data_rules.py')
-rw-r--r--askbot/conf/forum_data_rules.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/askbot/conf/forum_data_rules.py b/askbot/conf/forum_data_rules.py
index 421bbad7..8f2cf175 100644
--- a/askbot/conf/forum_data_rules.py
+++ b/askbot/conf/forum_data_rules.py
@@ -110,6 +110,15 @@ settings.register(
)
)
+settings.register(
+ livesettings.BooleanValue(
+ FORUM_DATA_RULES,
+ 'AUTO_FOLLOW_QUESTION_BY_OP',
+ default=True,
+ description=_('Auto-follow questions by the Author')
+ )
+)
+
QUESTION_BODY_EDITOR_MODE_CHOICES = (
('open', _('Fully open by default')),
('folded', _('Folded by default'))