Skip to content

Commit 50e9f62

Browse files
MoisesTedeschirenzon
authored andcommitted
Temporary redirect L7.
1 parent e69624b commit 50e9f62

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pythonpro/core/views.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@
1919
def index(request):
2020
if request.user.is_authenticated:
2121
return redirect(reverse('dashboard:home'))
22-
return redirect('https://pythonpro.com.br')
22+
# Redirect retorna após campanha L7
23+
# return redirect('https://pythonpro.com.br')
24+
return redirect('https://pythonpro.com.br/jornada-rumo-a-primeira-vaga-inscricao-l7-v1/?'+
25+
'utm_source=home&utm_medium=trafego-organico&utm_campaign=L7')
2326

2427

2528
def thanks(request):

0 commit comments

Comments
 (0)