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
\r
+UNIFY_PERMISSIONS_TO_CLOSE_AND_REOPEN = Setting('UNIFY_PERMISSIONS_TO_CLOSE_AND_REOPEN', True, MIN_REP_SET, dict(\r
+label = _("Unify close and reopen permissions"),\r
+help_text = _("If checked the same permissions as the ones to close question will be required to reopen it."),\r
+required=False))\r
+\r
REP_TO_REOPEN_OWN = Setting('REP_TO_REOPEN_OWN', 500, MIN_REP_SET, dict(\r
label = _("Minimum reputation to reopen own question"),\r
help_text = _("The minimum reputation an user must have to be allowed to reopen his own question.")))\r