From 6f322907fee861d2aa55f9f1bbdecb6d402899cd Mon Sep 17 00:00:00 2001 From: Anatoly Date: Fri, 30 Aug 2019 11:56:29 +0300 Subject: [PATCH] rename advertisement urlpath --- project/urls/web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/urls/web.py b/project/urls/web.py index baf361b4..ab6a2a76 100644 --- a/project/urls/web.py +++ b/project/urls/web.py @@ -19,7 +19,7 @@ app_name = 'web' urlpatterns = [ path('account/', include('account.urls.web')), - path('advertisement/', include('advertisement.urls.web')), + path('re_blocks/', include('advertisement.urls.web')), path('collection/', include('collection.urls.web')), path('establishments/', include('establishment.urls.web')), path('news/', include('news.urls.web')),