1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 18:08:21 +02:00

changement template facture

This commit is contained in:
quark
2024-03-22 18:22:08 +01:00
parent 0b0394b61f
commit ffac940511
7 changed files with 806 additions and 731 deletions

View File

@ -115,7 +115,7 @@ class ValidationForm(forms.Form):
required=False,
initial=True,
)
'''
# If the bda exists
if Club.objects.filter(name__iexact="bda").exists():
# The user can join the bda club at the inscription
@ -124,3 +124,4 @@ class ValidationForm(forms.Form):
required=False,
initial=True,
)
'''