app/soc/models/organization.py
changeset 883 1e0af43577ee
parent 834 b60c9ccbeaa5
child 970 8b5611d5b053
equal deleted inserted replaced
882:267e31f1a0b6 883:1e0af43577ee
    47   dev_mailing_list.help_text = ugettext_lazy(
    47   dev_mailing_list.help_text = ugettext_lazy(
    48     'Mailing list email address, URL to sign-up page, etc.')
    48     'Mailing list email address, URL to sign-up page, etc.')
    49     
    49     
    50   member_template = db.ReferenceProperty(
    50   member_template = db.ReferenceProperty(
    51     reference_class=soc.models.document.Document, required=False,
    51     reference_class=soc.models.document.Document, required=False,
    52     collection_name='group_app_member_template',
    52     collection_name='org_app_member_template',
    53     verbose_name=ugettext_lazy('Application template'))
    53     verbose_name=ugettext_lazy('Application template'))
    54   member_template.help_text = ugettext_lazy(
    54   member_template.help_text = ugettext_lazy(
    55     'This template will be presented to potential members when they'
    55     'This template will be presented to potential members when they'
    56     ' apply to the group.')
    56     ' apply to the organization.')
    57 
    57