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