manage double link validation
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user