From bce346967696e0ad1520c18a6347562ed4eb232a Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 31 Jul 2023 10:40:53 +0100 Subject: [PATCH] allow adding users to case collections --- generic/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic/views.py b/generic/views.py index e0c592af..1e9a8c37 100644 --- a/generic/views.py +++ b/generic/views.py @@ -1161,7 +1161,7 @@ class ExamViews(View, LoginRequiredMixin): app_exam_map["longs"] = user_user.user_longs_exams app_exam_map["physics"] = user_user.user_physics_exams app_exam_map["sbas"] = user_user.user_sba_exams - # app_exam_map["atlas"] = user_user.casecollection_exams + app_exam_map["atlas"] = user_user.user_casecollection_exams if add: app_exam_map[self.app_name].add(pk)