equal
deleted
inserted
replaced
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")), |