fix routes
This commit is contained in:
@@ -3,6 +3,10 @@ from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path('home/', views.home_page),
|
||||
path('contact/', views.home_page),
|
||||
path('about/', views.home_page),
|
||||
path('terms/', views.home_page),
|
||||
path('privacy/', views.home_page),
|
||||
path('', views.home_page),
|
||||
path('blog/', views.blog_page)
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user