mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-08-05 06:43:56 +02:00
Rename join_BDE and join_Kfet to lowercase
This commit is contained in:
@@ -101,14 +101,14 @@ class ValidationForm(forms.Form):
|
||||
required=False,
|
||||
)
|
||||
|
||||
join_BDE = forms.BooleanField(
|
||||
join_bde = forms.BooleanField(
|
||||
label=_("Join BDE Club"),
|
||||
required=False,
|
||||
initial=True,
|
||||
)
|
||||
|
||||
# The user can join the Kfet club at the inscription
|
||||
join_Kfet = forms.BooleanField(
|
||||
join_kfet = forms.BooleanField(
|
||||
label=_("Join Kfet Club"),
|
||||
required=False,
|
||||
initial=True,
|
||||
|
Reference in New Issue
Block a user