# HG changeset patch # User Sverre Rabbelier # Date 1235078068 0 # Node ID 3baec5ce9911709de7ca35cdea68fa614edd356e # Parent 7ffce7c14da61e45d47202aaf6ad399de004f2b5 Added a link to the official OSI licenses list Patch by: Sverre Rabbelier 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?'))