From: hernani Date: Tue, 11 May 2010 21:02:33 +0000 (+0000) Subject: Make feedback site url not required. X-Git-Tag: live~903 X-Git-Url: https://git.openstreetmap.org./osqa.git/commitdiff_plain/8e969a9b01b3282d98ec38ac9b5697cd6cd274fe?ds=inline Make feedback site url not required. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@226 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum/settings/basic.py b/forum/settings/basic.py index fa62281..4263ae9 100644 --- a/forum/settings/basic.py +++ b/forum/settings/basic.py @@ -46,4 +46,5 @@ 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."))) \ No newline at end of file +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."), +required=False)) \ No newline at end of file