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,