X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/0ba16baba0615dd405486c7d87f943d71518375c..c8c6b98a7b2a365878871131e0f42c40d6b499fc:/forum/settings/minrep.py diff --git a/forum/settings/minrep.py b/forum/settings/minrep.py index 579215d..c403fe1 100644 --- a/forum/settings/minrep.py +++ b/forum/settings/minrep.py @@ -27,6 +27,10 @@ REP_TO_UPLOAD = Setting('REP_TO_UPLOAD', 60, MIN_REP_SET, dict( label = _("Minimum reputation to upload"), help_text = _("The minimum reputation an user must have to be allowed to upload a file."))) +REP_TO_CREATE_TAGS = Setting('REP_TO_CREATE_TAGS', 250, MIN_REP_SET, dict( +label = _("Minimum reputation to create tags"), +help_text = _("The minimum reputation an user must have to be allowed to create new tags."))) + REP_TO_CLOSE_OWN = Setting('REP_TO_CLOSE_OWN', 250, MIN_REP_SET, dict( label = _("Minimum reputation to close own question"), help_text = _("The minimum reputation an user must have to be allowed to close his own question.")))