equal
deleted
inserted
replaced
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 |