From aae7a103c112f78856fa80a9c990a6cca32b8555 Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 24 Nov 2021 18:52:58 +0000 Subject: [PATCH] . --- atlas/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atlas/urls.py b/atlas/urls.py index d0696f14..c6547b28 100755 --- a/atlas/urls.py +++ b/atlas/urls.py @@ -4,7 +4,7 @@ from . import views app_name = "atlas" urlpatterns = [ - path('', views.CaseView.as_view, name='index'), + path("", views.CaseView.as_view(), name="index"), path("author//", views.author_detail, name="author_detail"), path("author/", views.author_list, name="author_list"), path("cases/", views.CaseView.as_view(), name="case_view"),