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.')