X-Git-Url: https://git.openstreetmap.org/osqa.git/blobdiff_plain/e74b96c84bf6f76908b53e98a8a12a5eb0c9f012..cec50f4a763e8cbd9855ece5af43876471aec874:/forum/settings/basic.py diff --git a/forum/settings/basic.py b/forum/settings/basic.py index a3382b1..ec4d141 100644 --- a/forum/settings/basic.py +++ b/forum/settings/basic.py @@ -39,8 +39,14 @@ APP_COPYRIGHT = Setting('APP_COPYRIGHT', u'Copyright OSQA, 2010. Some rights res label = _("Copyright notice"), help_text = _("The copyright notice visible at the footer of your page."))) -FEEDBACK_SITE_URL = Setting('FEEDBACK_SITE_URL', '', BASIC_SET, dict( -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."), +SUPPORT_URL = Setting('SUPPORT_URL', '', BASIC_SET, dict( +label = _("Support URL"), +help_text = _("The URL provided for users to get support. It can be http: or mailto: or whatever your preferred support scheme is."), required=False)) +CONTACT_URL = Setting('CONTACT_URL', '', BASIC_SET, dict( +label = _("Contact URL"), +help_text = _("The URL provided for users to contact you. It can be http: or mailto: or whatever your preferred contact scheme is."), +required=False)) + +