equal
deleted
inserted
replaced
101 required=True, collection_name='group_app_backup_admin', |
101 required=True, collection_name='group_app_backup_admin', |
102 verbose_name=ugettext_lazy( |
102 verbose_name=ugettext_lazy( |
103 'Please select your backup group administrator.')) |
103 'Please select your backup group administrator.')) |
104 |
104 |
105 member_criteria = db.TextProperty(required=True, |
105 member_criteria = db.TextProperty(required=True, |
106 verbose_text=ugettext_lazy( |
106 verbose_name=ugettext_lazy( |
107 'What criteria do you use to select the members of your group?' |
107 'What criteria do you use to select the members of your group?' |
108 ' Please be as specific as possible.')) |
108 ' Please be as specific as possible.')) |
109 member_disappears = ugettext_lazy( |
109 member_disappears = ugettext_lazy( |
110 'Members include mentors, admininstrators, and the like.') |
110 'Members include mentors, admininstrators, and the like.') |
111 |
111 |
113 reference_class=soc.models.document.Document, required=False, |
113 reference_class=soc.models.document.Document, required=False, |
114 collection_name='group_app_member_template', |
114 collection_name='group_app_member_template', |
115 verbose_name=ugettext_lazy( |
115 verbose_name=ugettext_lazy( |
116 'Please select the application template you would like potential' |
116 'Please select the application template you would like potential' |
117 ' members of your group to use. (optional).')) |
117 ' members of your group to use. (optional).')) |
118 contrib_template.help_text = ugettext_lazy( |
118 member_template.help_text = ugettext_lazy( |
119 'This template will be presented to potential members when they' |
119 'This template will be presented to potential members when they' |
120 ' apply to the group.') |
120 ' apply to the group.') |