app/soc/models/organization.py
changeset 1729 c5cfa7b3cdff
parent 1704 b581fdfd6bb1
child 1760 393891d794e2
equal deleted inserted replaced
1728:0bda51fe91bf 1729:c5cfa7b3cdff
    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.')