]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/settings/basic.py
Addresses OSQA-206: Add some help text to explain what "bootstrap mode" is
[osqa.git] / forum / settings / basic.py
index 2952bd79d34676cd7ef1ba864241c1dd6681a99f..4263ae90d83dbb2eb5fc5cf9a3718f0e0aa2daf3 100644 (file)
@@ -42,4 +42,9 @@ widget=Textarea))
 \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.")))
\ No newline at end of file
+help_text = _("The copyright notice visible at the footer of your page.")))\r
+\r
+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