This commit is contained in:
Ross
2022-01-07 11:40:39 +00:00
parent b86ffd36f0
commit 136a3722a7
+1 -1
View File
@@ -301,7 +301,7 @@ class ExamViews(View, LoginRequiredMixin):
if ( if (
self.app_name == "anatomy" self.app_name == "anatomy"
and not user.groups.filter( and not user.groups.filter(
name__in=["anatomy_checker", "anatomy_feedback"] name__in=["anatomy_checker", "anatomy_marker"]
).exists() ).exists()
): ):
return False return False