app/soc/models/organization.py
changeset 1704 b581fdfd6bb1
parent 1567 b5589e656ed1
child 1729 c5cfa7b3cdff
equal deleted inserted replaced
1703:6d6813e83756 1704:b581fdfd6bb1
    49   ideas = db.LinkProperty(required=False, verbose_name=ugettext('Idea list'))
    49   ideas = db.LinkProperty(required=False, verbose_name=ugettext('Idea 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 
       
    55   slots = db.IntegerProperty(required=False,
       
    56       verbose_name=ugettext('Slots allocated'))
       
    57   slots.help_text = ugettext(
       
    58       'The amount of slots allocated to this organization.')