Rename join_BDE and join_Kfet to lowercase
This commit is contained in:
parent
5ab8beecef
commit
21219b9c62
4 changed files with 36 additions and 35 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue