Skip to content

Commit a17fd94

Browse files
committed
changing python birds thank you page to MVP CDP
1 parent 5b5a627 commit a17fd94

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pythonpro/core/views.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,4 +238,7 @@ def lead_landing_with_no_registration(request, *args, **kwargs):
238238
first_name, email, phone=phone, *tags, utm_source=source
239239
)
240240

241-
return redirect('https://pythonpro.com.br/python-birds-obrigado/')
241+
return redirect('https://pythonpro.com.br/masterclass-inscricao-mvp-cdp-v2-iscas/'
242+
'?utm_source=iscas&utm_medium=trafego-organico&utm_campaign=MVP-CDP'
243+
f'&nome={first_name}&email={email}&phone={phone}')
244+
# return redirect('https://pythonpro.com.br/python-birds-obrigado/')

0 commit comments

Comments
 (0)