summaryrefslogtreecommitdiffstats
path: root/askbot/conf/site_modes.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-04-10 23:53:07 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-04-10 23:53:07 -0400
commit7377d4b06d4f5c6ce7823ee016e26b4718a8b2a3 (patch)
tree835c688adff72035e022e086dd06729b7c5bf6e8 /askbot/conf/site_modes.py
parent0dbfd025feeb018c8d82889801c4c195a4be8a92 (diff)
downloadaskbot-7377d4b06d4f5c6ce7823ee016e26b4718a8b2a3.tar.gz
askbot-7377d4b06d4f5c6ce7823ee016e26b4718a8b2a3.tar.bz2
askbot-7377d4b06d4f5c6ce7823ee016e26b4718a8b2a3.zip
removed reputation limit to post comments and allowed users repost own answers and comments
Diffstat (limited to 'askbot/conf/site_modes.py')
-rw-r--r--askbot/conf/site_modes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/conf/site_modes.py b/askbot/conf/site_modes.py
index 06cd8d13..7c81341e 100644
--- a/askbot/conf/site_modes.py
+++ b/askbot/conf/site_modes.py
@@ -16,7 +16,7 @@ LARGE_SITE_MODE_SETTINGS = {
'MIN_REP_TO_ANSWER_OWN_QUESTION': 25,
'MIN_REP_TO_ACCEPT_OWN_ANSWER': 50,
'MIN_REP_TO_FLAG_OFFENSIVE': 15,
- 'MIN_REP_TO_LEAVE_COMMENTS': 50,
+ #'MIN_REP_TO_LEAVE_COMMENTS': 50,
'MIN_REP_TO_DELETE_OTHERS_COMMENTS': 2000,
'MIN_REP_TO_DELETE_OTHERS_POSTS': 5000,
'MIN_REP_TO_UPLOAD_FILES': 60,