Changed the collection name and help text for Organization member template.
authorLennard de Rijk <ljvderijk@gmail.com>
Wed, 21 Jan 2009 19:40:39 +0000
changeset 883 1e0af43577ee
parent 882 267e31f1a0b6
child 884 ded4850776c8
Changed the collection name and help text for Organization member template. Patch by: Lennard de Rijk
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.')