From 258361f1166003c2f6324e571558de726806d563 Mon Sep 17 00:00:00 2001 From: korenstin Date: Wed, 27 Mar 2024 10:25:38 +0100 Subject: [PATCH] Update forms.py --- apps/registration/forms.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/registration/forms.py b/apps/registration/forms.py index 00812485..f6c980c9 100644 --- a/apps/registration/forms.py +++ b/apps/registration/forms.py @@ -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,