users: Fix regression where form help_text line was dropped

Thanks to coucouf for pointing this out.

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
James Valleroy 2020-04-07 11:23:43 -04:00 committed by Sunil Mohan Adapa
parent 64024725be
commit c43ba1d824
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -82,6 +82,7 @@ class CreateUserForm(ValidNewUsernameCheckMixin,
choices=UsersAndGroups.get_group_choices,
label=ugettext_lazy('Permissions'), required=False,
widget=forms.CheckboxSelectMultiple, help_text=ugettext_lazy(
'Select which services should be available to the new '
'user. The user will be able to log in to services that '
'support single sign-on through LDAP, if they are in the '
'appropriate group.<br /><br />Users in the admin group '