app/soc/models/org_app.py
changeset 1566 5388270fb363
parent 1562 0e1a93e0c54d
child 1628 276e8e72c874
equal deleted inserted replaced
1565:d36ad73a2060 1566:5388270fb363
    66   dev_mailing_list.help_text = ugettext(
    66   dev_mailing_list.help_text = ugettext(
    67     'Mailing list email address, URL to sign-up page, etc. If a mailing '
    67     'Mailing list email address, URL to sign-up page, etc. If a mailing '
    68     'list is not used please specify another method of communication used '
    68     'list is not used please specify another method of communication used '
    69     'within the group.')
    69     'within the group.')
    70 
    70 
    71   contrib_template = db.LinkProperty(required=False, verbose_name=ugettext(
    71   contrib_template = db.TextProperty(required=False, verbose_name=ugettext(
    72       'What is the URL to the application template would you like contributors'
    72       'What is the application template you would like contributors'
    73       ' to your organization to use.'))
    73       ' to your organization to use.'))
    74   contrib_template.help_text = ugettext(
    74   contrib_template.help_text = ugettext(
    75       'This template can be used by contributors, such as students'
    75       'This template can be used by contributors, such as students'
    76       ' and other non-member participants, when they apply to contribute'
    76       ' and other non-member participants, when they apply to contribute'
    77       ' to the organization.')
    77       ' to the organization.')
    78   contrib_template.help_text = ugettext('For instance a link to a Melange '
       
    79       'public document or some other URL')
       
    80 
    78 
    81   contrib_disappears = db.TextProperty(required=True, verbose_name=ugettext(
    79   contrib_disappears = db.TextProperty(required=True, verbose_name=ugettext(
    82       'What is your plan for dealing with disappearing contributors?'))
    80       'What is your plan for dealing with disappearing contributors?'))
    83   contrib_disappears.help_text = ugettext(
    81   contrib_disappears.help_text = ugettext(
    84       'Contributors include students and other non-member participants.')
    82       'Contributors include students and other non-member participants.')