]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/settings/basic.py
New optional admin interface, and closing OSQA 253.
[osqa.git] / forum / settings / basic.py
index 844947cbfc9fa7b4423d12f6571207cdeed4a55c..a3382b1898b271f04087a810c818001e13abe6ce 100644 (file)
@@ -35,11 +35,6 @@ label = _("Application description"),
 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
@@ -49,7 +44,3 @@ 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', 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