Changed the collection name and help text for Organization member template.
Patch by: Lennard de Rijk
--- 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.')