diff options
author | 2019-04-10 15:19:10 +0100 | |
---|---|---|
committer | 2019-04-10 15:19:10 +0100 | |
commit | 96715aae7ced58fc80f2945e7da3d78006b3098f (patch) | |
tree | 6a4f59083221cc1c03fa4a173052b6e5d5954e26 /pydis_site/apps/home/urls.py | |
parent | Pushing before work is over (diff) | |
parent | Merge pull request #203 from gdude2002/django+base-templates (diff) |
Merge branch 'django' into django+200/wiki
# Conflicts:
# pydis_site/apps/home/urls.py
Diffstat (limited to 'pydis_site/apps/home/urls.py')
-rw-r--r-- | pydis_site/apps/home/urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/home/urls.py b/pydis_site/apps/home/urls.py index 4ed95651..dacf0a3a 100644 --- a/pydis_site/apps/home/urls.py +++ b/pydis_site/apps/home/urls.py @@ -7,5 +7,5 @@ app_name = 'home' urlpatterns = [ path('admin/', admin.site.urls), path('wiki/', include('wiki.urls')), - path('', TemplateView.as_view(template_name='home/index.html'), name='index'), + path('', TemplateView.as_view(template_name='home/index.html'), name='home.index'), ] |