Commit ab37d5ba authored by adam.fisher1's avatar adam.fisher1

Update urls.py

parent ebacbe6c
Pipeline #709 canceled with stages
...@@ -2,5 +2,5 @@ from django.urls import path ...@@ -2,5 +2,5 @@ from django.urls import path
from .views import home_page_view from .views import home_page_view
urlpatterns = [ urlpatterns = [
path('', home_page_view, name='home_page_view'), # URL named 'home_page' path('', home_page_view, name='home'), # URL named 'home'
] ]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment