]> git.openstreetmap.org Git - osqa.git/commitdiff
Fixes OSQA-372 "Show status diamonds" option cannot be turned off.
authorhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Wed, 30 Jun 2010 11:27:06 +0000 (11:27 +0000)
committerhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Wed, 30 Jun 2010 11:27:06 +0000 (11:27 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@476 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum/settings/users.py

index 1645948ed47a4f30cb85e5d2dddf856d2e047a0b..069e1f8f3a8522cd86b3cb4390aba41c76e758c2 100644 (file)
@@ -23,7 +23,8 @@ widget=CommaStringListWidget))
 
 SHOW_STATUS_DIAMONDS = Setting('SHOW_STATUS_DIAMONDS', True, USERS_SET, dict(
 label=_("Show status diamonds"),
-help_text = _("Show status \"diamonds\" next to moderators or superusers usernames.")
+help_text = _("Show status \"diamonds\" next to moderators or superusers usernames."),
+required=False,
 ))
 
 EMAIL_UNIQUE = Setting('EMAIL_UNIQUE', True, USERS_SET, dict(