From fe66bfda30197e711d7be50fb4ad88a5fb065c8e Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 1 Apr 2022 23:06:30 +0100 Subject: [PATCH] . --- atlas/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atlas/views.py b/atlas/views.py index 678c6366..61cf9918 100755 --- a/atlas/views.py +++ b/atlas/views.py @@ -1088,7 +1088,7 @@ def collection_take_overview(request, pk, cid, passcode): return render( request, - "sbas/exam_take_overview.html", + "collection/exam_take_overview.html", { "collection": collection, "cid": cid,