equal
deleted
inserted
replaced
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 |
55 slots = db.IntegerProperty(required=False, |
55 slots = db.IntegerProperty(required=False, default=0, |
56 verbose_name=ugettext('Slots allocated')) |
56 verbose_name=ugettext('Slots allocated')) |
57 slots.help_text = ugettext( |
57 slots.help_text = ugettext( |
58 'The amount of slots allocated to this organization.') |
58 'The amount of slots allocated to this organization.') |