Rename join_BDE and join_Kfet to lowercase

This commit is contained in:
Alexandre Iooss 2021-05-05 19:46:53 +02:00
parent 5ab8beecef
commit 21219b9c62
No known key found for this signature in database
GPG key ID: 6C79278F3FCDCC02
4 changed files with 36 additions and 35 deletions

View file

@ -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,