cotisation : vérification du courriel (2)

This commit is contained in:
Adrien Bourmault 2023-11-04 16:01:04 +01:00
parent dcc10ea8c6
commit 4ccdbee1db
Signed by: neox
GPG Key ID: 2974E1D5F25DFCC8
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ def check_email_created(member):
}
answer = git_mail_ticket_read(request)
if len(anwer) >= 1:
if len(answer) >= 1:
return True
return False