]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/settings/minrep.py
Cleaning up a small mess.
[osqa.git] / forum / settings / minrep.py
index f00053e7f2451e18327ce91f737f021ac991f923..820682345ace7bef79d8bd2e579807ebf52aec3b 100644 (file)
@@ -3,9 +3,9 @@ from django.utils.translation import ugettext_lazy as _
 \r
 MIN_REP_SET = SettingSet('minrep', _('Minimum reputation config'), _("Configure the minimum reputation required to perform certain actions on your site."), 300)\r
 \r
-#CAPTCHA_IF_REP_LESS_THAN = Setting('CAPTCHA_IF_REP_LESS_THAN', 0, MIN_REP_SET, dict(\r
-#label = _("Show captcha if user with less reputation than"),\r
-#help_text = _("If the user has less reputation, captcha is used to when adding new content.")))\r
+CAPTCHA_IF_REP_LESS_THAN = Setting('CAPTCHA_IF_REP_LESS_THAN', 0, MIN_REP_SET, dict(\r
+label = _("Show captcha if user with less reputation than"),\r
+help_text = _("If the user has less reputation, captcha is used to when adding new content.")))\r
 \r
 REP_TO_VOTE_UP = Setting('REP_TO_VOTE_UP', 15, MIN_REP_SET, dict(\r
 label = _("Minimum reputation to vote up"),\r