From d6da25ae9dba29b4ffda9283e16f5a3b1b8df872 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 26 Apr 2022 21:27:26 +0100 Subject: [PATCH] . --- atlas/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atlas/urls.py b/atlas/urls.py index e06f6712..1cf523c7 100755 --- a/atlas/urls.py +++ b/atlas/urls.py @@ -21,7 +21,7 @@ urlpatterns = [ path("collection//take", views.collection_take, name="collection_take"), path("collection//cids", views.GenericExamViews.exam_cids, name="exam_cids"), path("collection//cids//delete_answers", views.delete_collection_cid_answers, name="delete_collection_cid_answers"), - path("collection//cids/delete_answers", views.delete_collection_answers, name="delete_collection_answers"), + path("collection//delete_answers", views.delete_collection_answers, name="delete_collection_answers"), path("collection//cids/edit", views.GenericExamViews.exam_cids_edit, name="exam_cids_edit"), path("collection//mark", views.collection_mark_overview, name="collection_mark_overview"), path("collection//mark/", views.collection_mark_question, name="collection_mark_question"),