From 8e969a9b01b3282d98ec38ac9b5697cd6cd274fe Mon Sep 17 00:00:00 2001 From: hernani Date: Tue, 11 May 2010 21:02:33 +0000 Subject: [PATCH] Make feedback site url not required. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@226 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- forum/settings/basic.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5