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.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/askbot/conf/forum_data_rules.py b/askbot/conf/forum_data_rules.py
index 28a1b7b4..96cb0ea0 100644
--- a/askbot/conf/forum_data_rules.py
+++ b/askbot/conf/forum_data_rules.py
@@ -165,6 +165,17 @@ settings.register(
)
settings.register(
+ livesettings.IntegerValue(
+ FORUM_DATA_RULES,
+ 'MIN_COMMENT_BODY_LENGTH',
+ default=10,
+ description=_(
+ 'Minimum length of comment (number of characters)'
+ )
+ )
+)
+
+settings.register(
livesettings.BooleanValue(
FORUM_DATA_RULES,
'LIMIT_ONE_ANSWER_PER_USER',