mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
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:
parent
64024725be
commit
c43ba1d824
@ -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 '
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user