diff -r 7ffce7c14da6 -r 3baec5ce9911 app/soc/models/org_app.py --- 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 ' + ' the official list.') ideas = db.LinkProperty(required=True, verbose_name=ugettext( 'What is the URL to the ideas list of your organization?'))