]> git.openstreetmap.org Git - osqa.git/commitdiff
osqa - 235
authorqw3rty <qw3rty@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Wed, 12 May 2010 22:39:46 +0000 (22:39 +0000)
committerqw3rty <qw3rty@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Wed, 12 May 2010 22:39:46 +0000 (22:39 +0000)
the addition of the settings for showing the welcome box.

git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@245 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum/settings/basic.py

index 4263ae90d83dbb2eb5fc5cf9a3718f0e0aa2daf3..25afd95172800d42e111fd74fa363c0c4aebd05d 100644 (file)
@@ -47,4 +47,9 @@ help_text = _("The copyright notice visible at the footer of your page.")))
 FEEDBACK_SITE_URL = Setting('FEEDBACK_SITE_URL', '', BASIC_SET, dict(\r
 label = _("Feedback site url"),\r
 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))
\ No newline at end of file
+required=False))\r
+\r
+SHOW_WELCOME_BOX = Setting('SHOW_WELCOME_BOX', False, 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