1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2024-12-22 23:42:25 +00:00

Update forms.py

This commit is contained in:
korenstin 2024-03-27 10:25:38 +01:00
parent 5de930bf40
commit 258361f116

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,