]> git.openstreetmap.org Git - osqa.git/commitdiff
Make feedback site url not required.
authorhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Tue, 11 May 2010 21:02:33 +0000 (21:02 +0000)
committerhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Tue, 11 May 2010 21:02:33 +0000 (21:02 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@226 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum/settings/basic.py

index fa622818ea22d62d40affe922516e98eef746605..4263ae90d83dbb2eb5fc5cf9a3718f0e0aa2daf3 100644 (file)
@@ -46,4 +46,5 @@ help_text = _("The copyright notice visible at the footer of your page.")))
 \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
+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