app/soc/models/organization.py
changeset 883 1e0af43577ee
parent 834 b60c9ccbeaa5
child 970 8b5611d5b053
--- 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.')