app/soc/models/group.py
changeset 789 e55cad180973
parent 772 a91f7856754e
child 834 b60c9ccbeaa5
--- a/app/soc/models/group.py	Thu Jan 08 21:23:42 2009 +0000
+++ b/app/soc/models/group.py	Thu Jan 08 21:23:52 2009 +0000
@@ -120,3 +120,12 @@
       verbose_name=ugettext_lazy('Phone Number'))
   phone.help_text = ugettext_lazy(
       'include complete international calling number with country code')
+
+  member_template = db.ReferenceProperty(
+    reference_class=soc.models.document.Document, required=False,
+    collection_name='group_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.')
+