src/cm/views/site.py
changeset 158 acdceed9d3c0
parent 0 40c8f766c9b8
child 160 0c01050f9717
equal deleted inserted replaced
157:7b1c363b566d 158:acdceed9d3c0
   160                                                 help_text=ugettext_lazy("Can users register themselves into the workspace? (if not, only invitations by managers can create new users)"),
   160                                                 help_text=ugettext_lazy("Can users register themselves into the workspace? (if not, only invitations by managers can create new users)"),
   161                                                 required=False,
   161                                                 required=False,
   162                                                 )
   162                                                 )
   163 
   163 
   164     workspace_registration_moderation = forms.BooleanField(label=ugettext_lazy("Workspace registration moderation"),
   164     workspace_registration_moderation = forms.BooleanField(label=ugettext_lazy("Workspace registration moderation"),
   165                                                            help_text=ugettext_lazy("Should new users be moderated (registration will require manager's approval)"),
   165                                                            help_text=ugettext_lazy("Should new users be moderated (registration will require manager's approval)?"),
   166                                                            required=False,
   166                                                            required=False,
   167                                                            )
   167                                                            )
   168 
   168 
   169     workspace_role_model = forms.ChoiceField(label=ugettext_lazy("Role model"),
   169     workspace_role_model = forms.ChoiceField(label=ugettext_lazy("Role model"),
   170                                              help_text=(ugettext_lazy("Change the roles available in the workspace")),
   170                                              help_text=(ugettext_lazy("Change the roles available in the workspace")),