manage double link validation

This commit is contained in:
2024-02-07 14:55:13 +01:00
parent 2449459a08
commit de2059435e
5 changed files with 25 additions and 8 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ class Sender:
'Accept-Language': 'fr-FR,fr;q=0.6'}
data = {'check': '', '_csrf': _csrf, 'prefer': '',
'surname': contact.last_name.capitalize(), 'name': contact.first_name.capitalize(),
'phone_country': "FR", 'phone_number': contact.phone, 'email': contact.mail,
'phone_country': "FR", 'phone_number': "+33 " + contact.phone, 'email': contact.mail,
'passport_id': contact.passport, 'processing': 'on', 'cgu': 'on'}
print(data)
try: