fix missing/wrong widget inputs

This commit is contained in:
Jens Langhammer
2019-04-29 23:16:04 +02:00
parent 31846f1d05
commit 5daa8d5fe3
2 changed files with 3 additions and 1 deletions

View File

@ -63,6 +63,7 @@ class GroupMembershipPolicyForm(forms.ModelForm):
fields = GENERAL_FIELDS + ['group', ]
widgets = {
'name': forms.TextInput(),
'order': forms.NumberInput(),
}
class PasswordPolicyForm(forms.ModelForm):