Update forms.py

This commit is contained in:
korenstin 2024-03-27 10:25:38 +01:00
parent 5de930bf40
commit 258361f116
1 changed files with 2 additions and 2 deletions

View File

@ -116,9 +116,9 @@ class ValidationForm(forms.Form):
initial=True,
)
# If the bda exists
# If the bda exists
# if Club.objects.filter(name__iexact="bda").exists():
# The user can join the bda club at the inscription
# The user can join the bda club at the inscription
# join_bda = forms.BooleanField(
# label=_("Join BDA Club"),
# required=False,