1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

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