FORUM_SET = SettingSet('form', _('Form settings'), _("General settings for the OSQA forms."), 10)
+WIKI_ON = Setting('WIKI_ON', True, FORUM_SET, dict(
+label = _("Enable community wiki"),
+help_text = _("Can questions or answers be marked as community wiki."),
+required=False))
""" settings for questions """