Added a link to the official OSI licenses list
authorSverre Rabbelier <srabbelier@gmail.com>
Thu, 19 Feb 2009 21:14:28 +0000
changeset 1404 3baec5ce9911
parent 1403 7ffce7c14da6
child 1405 43b482f48b12
Added a link to the official OSI licenses list Patch by: Sverre Rabbelier
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 '
+      '<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?'))