mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-08-04 14:31:12 +02:00
Permissions
This commit is contained in:
@@ -59,8 +59,8 @@ class WEIRegistrationForm(forms.ModelForm):
|
||||
'minDate': '1900-01-01',
|
||||
'maxDate': '2100-01-01'
|
||||
}),
|
||||
"deposit_given": forms.BooleanField(
|
||||
required=False,
|
||||
"deposit_given": forms.CheckboxInput(
|
||||
attrs={'class': 'form-check-input'},
|
||||
),
|
||||
"deposit_type": forms.RadioSelect(),
|
||||
}
|
||||
|
Reference in New Issue
Block a user