fix missing/wrong widget inputs
This commit is contained in:
@ -63,6 +63,7 @@ class GroupMembershipPolicyForm(forms.ModelForm):
|
||||
fields = GENERAL_FIELDS + ['group', ]
|
||||
widgets = {
|
||||
'name': forms.TextInput(),
|
||||
'order': forms.NumberInput(),
|
||||
}
|
||||
|
||||
class PasswordPolicyForm(forms.ModelForm):
|
||||
|
Reference in New Issue
Block a user