generic score pages
This commit is contained in:
@@ -31,6 +31,8 @@ urlpatterns = [
|
||||
path("accounts/", include("django.contrib.auth.urls")),
|
||||
path("accounts/profile", views.profile, name="profile"),
|
||||
path("", TemplateView.as_view(template_name="index.html"), name="home"),
|
||||
path("cid/<int:pk>", views.cid_scores, name="cid_scores"),
|
||||
path("cid/", views.cid_selector, name="cid_selector"),
|
||||
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user