]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/settings/minrep.py
Fixes OSQA 393, cannot send feedback when user is authenticated.
[osqa.git] / forum / settings / minrep.py
index 579215dd6194ce2a57a16ba73dfb82615f7afa1d..c403fe10100253ba5337c022d8d65fac91be898c 100644 (file)
@@ -27,6 +27,10 @@ REP_TO_UPLOAD = Setting('REP_TO_UPLOAD', 60, MIN_REP_SET, dict(
 label = _("Minimum reputation to upload"),\r
 help_text = _("The minimum reputation an user must have to be allowed to upload a file.")))\r
 \r
+REP_TO_CREATE_TAGS = Setting('REP_TO_CREATE_TAGS', 250, MIN_REP_SET, dict(\r
+label = _("Minimum reputation to create tags"),\r
+help_text = _("The minimum reputation an user must have to be allowed to create new tags.")))\r
+\r
 REP_TO_CLOSE_OWN = Setting('REP_TO_CLOSE_OWN', 250, MIN_REP_SET, dict(\r
 label = _("Minimum reputation to close own question"),\r
 help_text = _("The minimum reputation an user must have to be allowed to close his own question.")))\r