app/soc/models/org_app.py
changeset 1869 9552c2499201
parent 1628 276e8e72c874
child 1871 091118f6e886
equal deleted inserted replaced
1868:6847be02943a 1869:9552c2499201
    47       ' If so, please summarize your involvement and any past successes'
    47       ' If so, please summarize your involvement and any past successes'
    48       ' and failures.'))
    48       ' and failures.'))
    49 
    49 
    50   prior_application = db.TextProperty(required=False, verbose_name=ugettext(
    50   prior_application = db.TextProperty(required=False, verbose_name=ugettext(
    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 programs/initiatives?'
       
    53       ' (e.g. Google Summer of Code 2007)'))
    53 
    54 
    54   license_name = db.StringProperty(required=True, choices=licenses.LICENSES,
    55   license_name = db.StringProperty(required=True, choices=licenses.LICENSES,
    55       verbose_name=ugettext('What license does your organization use?'))
    56       verbose_name=ugettext('What license does your organization use?'))
    56   license_name.example_text = ugettext('See '
    57   license_name.example_text = ugettext('See '
    57       '<a href="http://www.opensource.org/licenses/alphabetical"> '
    58       '<a href="http://www.opensource.org/licenses/alphabetical"> '