]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/settings/basic.py
An initial settings group to support user-defined upper and lower sidebar content...
[osqa.git] / forum / settings / basic.py
index 2952bd79d34676cd7ef1ba864241c1dd6681a99f..fa622818ea22d62d40affe922516e98eef746605 100644 (file)
@@ -42,4 +42,8 @@ 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.")))
\ No newline at end of file