Skip to content

Commit d64e4fc

Browse files
committed
edit name of the index url page
1 parent 3d0ce68 commit d64e4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/blog/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
from .views import *
33

44
urlpatterns = [
5-
path('', Index.as_view(), name="corepage"),
5+
path('', Index.as_view(), name="index"),
66
path('about/', About.as_view(), name='about'),
77
]

0 commit comments

Comments
 (0)