app/soc/models/organization.py
changeset 1994 bf64992d08c4
parent 1760 393891d794e2
child 2037 3f355dca3679
equal deleted inserted replaced
1993:00997a7675f2 1994:bf64992d08c4
    44   contrib_template.help_text = ugettext(
    44   contrib_template.help_text = ugettext(
    45       'This template can be used by contributors, such as students'
    45       'This template can be used by contributors, such as students'
    46       ' and other non-member participants, when they apply to contribute'
    46       ' and other non-member participants, when they apply to contribute'
    47       ' to the organization.')
    47       ' to the organization.')
    48 
    48 
    49   ideas = db.LinkProperty(required=False, verbose_name=ugettext('Idea list'))
    49   ideas = db.LinkProperty(required=False, verbose_name=ugettext('Ideas list'))
    50   ideas.help_text = ugettext(
    50   ideas.help_text = ugettext(
    51       'The URL to the ideas list of your organization.')
    51       'The URL to the ideas list of your organization.')
    52   ideas.example_text = ugettext('For instance a link to a Melange public '
    52   ideas.example_text = ugettext('For instance a link to a Melange public '
    53       'document or some other URL')
    53       'document or some other URL')
    54 
    54