--- a/app/soc/models/org_app.py Thu Feb 19 21:10:42 2009 +0000
+++ b/app/soc/models/org_app.py Thu Feb 19 21:14:28 2009 +0000
@@ -53,6 +53,8 @@
license_name = db.StringProperty(required=True, choices=licenses.LICENSES,
verbose_name=ugettext('What license does your organization use?'))
+ license_name.example_text=ugettext('See '
+ '<a href="http://www.opensource.org/licenses/alphabetical"> the official list</a>.')
ideas = db.LinkProperty(required=True, verbose_name=ugettext(
'What is the URL to the ideas list of your organization?'))