Skip to content
Snippets Groups Projects
Commit 5de930bf authored by quark's avatar quark
Browse files

Update forms.py

parent f7ebe0e9
No related branches found
No related tags found
1 merge request!243changement template facture
Pipeline #13713 passed with warnings with stages
in 15 minutes and 30 seconds
......@@ -5,7 +5,7 @@ from django import forms
from django.contrib.auth.forms import UserCreationForm
from django.contrib.auth.models import User
from django.utils.translation import gettext_lazy as _
#from member.models import Club
# from member.models import Club
from note.models import NoteSpecial, Alias
from note_kfet.inputs import AmountInput
......@@ -117,10 +117,10 @@ class ValidationForm(forms.Form):
)
# If the bda exists
# if Club.objects.filter(name__iexact="bda").exists():
# if Club.objects.filter(name__iexact="bda").exists():
# The user can join the bda club at the inscription
# join_bda = forms.BooleanField(
# label=_("Join BDA Club"),
# required=False,
# initial=True,
# )
# join_bda = forms.BooleanField(
# label=_("Join BDA Club"),
# required=False,
# initial=True,
# )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment