app/soc/models/org_app.py
changeset 1404 3baec5ce9911
parent 1403 7ffce7c14da6
child 1562 0e1a93e0c54d
equal deleted inserted replaced
1403:7ffce7c14da6 1404:3baec5ce9911
    51       'If your group has not previously participated, have you applied in'
    51       'If your group has not previously participated, have you applied in'
    52       ' the past?  If so, for what sort of participation?'))
    52       ' the past?  If so, for what sort of participation?'))
    53   
    53   
    54   license_name = db.StringProperty(required=True, choices=licenses.LICENSES,
    54   license_name = db.StringProperty(required=True, choices=licenses.LICENSES,
    55       verbose_name=ugettext('What license does your organization use?'))
    55       verbose_name=ugettext('What license does your organization use?'))
       
    56   license_name.example_text=ugettext('See '
       
    57       '<a href="http://www.opensource.org/licenses/alphabetical"> the official list</a>.')
    56  
    58  
    57   ideas = db.LinkProperty(required=True, verbose_name=ugettext(
    59   ideas = db.LinkProperty(required=True, verbose_name=ugettext(
    58       'What is the URL to the ideas list of your organization?'))
    60       'What is the URL to the ideas list of your organization?'))
    59   ideas.help_text = ugettext('For instance a link to a Melange public '
    61   ideas.help_text = ugettext('For instance a link to a Melange public '
    60       'document or some other URL')
    62       'document or some other URL')