]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/settings/form.py
Added the option to limit the tags creation. It will defaults to false, and there...
[osqa.git] / forum / settings / form.py
index 0637c130ef2f5166446f84e2a71cc8959f3f1af1..ec213764d4a7a677c043393e9e264f6042d3a263 100644 (file)
@@ -9,6 +9,11 @@ label = _("Enable community wiki"),
 help_text = _("Can questions or answers be marked as community wiki."),
 required=False))
 
+LIMIT_TAG_CREATION = Setting('LIMIT_TAG_CREATION', False, FORUM_SET, dict(
+label = _("Limit tag creation"),
+help_text = _("Limit tag creation to super users, staff or users with a minimum reputation."),
+required=False))
+
 
 """ settings for questions """
 FORM_MIN_QUESTION_TITLE = Setting('FORM_MIN_QUESTION_TITLE', 10, FORUM_SET, dict(