help_text = _("The description of your application"),\r
widget=Textarea))\r
\r
-APP_INTRO = Setting('APP_INTRO', u'<p>Ask and answer questions, make the world better!</p>', BASIC_SET, dict(\r
-label = _("Application intro"),\r
-help_text = _("The introductory page that is visible in the sidebar for anonymous users."),\r
-widget=Textarea))\r
-\r
APP_COPYRIGHT = Setting('APP_COPYRIGHT', u'Copyright OSQA, 2010. Some rights reserved under creative commons license.', BASIC_SET, dict(\r
label = _("Copyright notice"),\r
help_text = _("The copyright notice visible at the footer of your page.")))\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))\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