From 607efdda160d86285a0bab2d123515cb4aebb159 Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 1 Apr 2022 23:07:33 +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 61cf9918..5e0dba16 100755 --- a/atlas/views.py +++ b/atlas/views.py @@ -1088,7 +1088,7 @@ def collection_take_overview(request, pk, cid, passcode): return render( request, - "collection/exam_take_overview.html", + "atlas/collection_take_overview.html", { "collection": collection, "cid": cid,