Skip to content

Commit 193c850

Browse files
committed
changing old JRPV page to new event
1 parent 25df54e commit 193c850

2 files changed

Lines changed: 2 additions & 103 deletions

File tree

pythonpro/pages/tests/test_tpp_webiorico_landing_page.py

Lines changed: 0 additions & 102 deletions
This file was deleted.

pythonpro/pages/urls.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from django.urls import path
22

33
from pythonpro.pages import views
4+
from django.views.generic.base import RedirectView
45

56

67
app_name = 'pages'
@@ -42,7 +43,7 @@
4243
),
4344
path(
4445
'rumo-a-primeira-vaga/inscricao-<str:date>_<str:version>',
45-
views.TppWebioricoLandingPage.as_view(),
46+
RedirectView.as_view(url="www.rumoaprimeiravaga.com.br"),
4647
name='tpp_webiorico_landing_page_date_page_var'
4748
),
4849
path(

0 commit comments

Comments
 (0)