Added new mobile route
This commit is contained in:
parent
a82d6685a9
commit
25488ca2fb
|
|
@ -7,6 +7,7 @@ from .common import common_urlpatterns
|
|||
app_name = 'advertisements'
|
||||
|
||||
urlpatterns = [
|
||||
path('', views.AdvertisementPageTypeWebListView.as_view(), name='list'),
|
||||
path('<page_type>/', views.AdvertisementPageTypeWebListView.as_view(), name='list'),
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user