summaryrefslogtreecommitdiffstats
path: root/forum/auth.py
diff options
context:
space:
mode:
Diffstat (limited to 'forum/auth.py')
-rw-r--r--forum/auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/forum/auth.py b/forum/auth.py
index 1569482f..3533b9ce 100644
--- a/forum/auth.py
+++ b/forum/auth.py
@@ -19,7 +19,7 @@ answer_type = ContentType.objects.get_for_model(Answer)
VOTE_UP = 15
FLAG_OFFENSIVE = 15
POST_IMAGES = 15
-LEAVE_COMMENTS = 50
+LEAVE_COMMENTS = 50
UPLOAD_FILES = 60
VOTE_DOWN = 100
CLOSE_OWN_QUESTIONS = 250