Skip to content

Commit 24be83c

Browse files
committed
changing redirect from python birds
1 parent 06b482d commit 24be83c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pythonpro/core/views.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,9 @@ def lead_landing_with_no_registration(request, *args, **kwargs):
244244
first_name, email, phone=phone, *tags, utm_source=source
245245
)
246246

247-
return redirect('https://pythonpro.com.br/comunidade-devpro-isca/'
247+
return redirect('https://pythonpro.com.br/comunidade-devpro-matriculas-abertas-isca/'
248248
'?utm_source=python-birds&utm_medium=trafego-organico&utm_campaign=CDP'
249249
f'&nome={first_name}&email={email}&phone={phone}')
250-
# return redirect('https://pythonpro.com.br/python-birds-obrigado/')
251250

252251

253252
@csrf_exempt

0 commit comments

Comments
 (0)