# HG changeset patch # User Lennard de Rijk # Date 1232566839 0 # Node ID 1e0af43577ee6579092ce69acf5118f5cc51c02c # Parent 267e31f1a0b68a7471853029c1e28f6d6a5952fd Changed the collection name and help text for Organization member template. Patch by: Lennard de Rijk diff -r 267e31f1a0b6 -r 1e0af43577ee app/soc/models/organization.py --- a/app/soc/models/organization.py Wed Jan 21 19:32:00 2009 +0000 +++ b/app/soc/models/organization.py Wed Jan 21 19:40:39 2009 +0000 @@ -49,9 +49,9 @@ member_template = db.ReferenceProperty( reference_class=soc.models.document.Document, required=False, - collection_name='group_app_member_template', + collection_name='org_app_member_template', verbose_name=ugettext_lazy('Application template')) member_template.help_text = ugettext_lazy( 'This template will be presented to potential members when they' - ' apply to the group.') + ' apply to the organization.')