]> git.openstreetmap.org Git - osqa.git/commitdiff
Make the new "show welcome box" setting default to true
authorrick <rick@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Wed, 12 May 2010 22:45:54 +0000 (22:45 +0000)
committerrick <rick@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Wed, 12 May 2010 22:45:54 +0000 (22:45 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@246 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum/settings/basic.py

index 25afd95172800d42e111fd74fa363c0c4aebd05d..844947cbfc9fa7b4423d12f6571207cdeed4a55c 100644 (file)
@@ -49,7 +49,7 @@ label = _("Feedback site url"),
 help_text = _("If you have a specific place to get feedback from your users, use this field and the fedback link on the footer will point there."),\r
 required=False))\r
 \r
-SHOW_WELCOME_BOX = Setting('SHOW_WELCOME_BOX', False, BASIC_SET, dict(\r
+SHOW_WELCOME_BOX = Setting('SHOW_WELCOME_BOX', True, BASIC_SET, dict(\r
 label = _("Show the Welcome box"),\r
 help_text = _("Do you want to show the welcome box when a user first visits your site."),\r
 required=False))\r