This commit is contained in:
Ross
2022-05-03 18:55:21 +01:00
parent 7310e31ffc
commit 2af0e1e388
+4 -4
View File
@@ -299,8 +299,8 @@ class ExamViews(View, LoginRequiredMixin):
if (exam.open_access and exam.active) or user in exam.get_author_objects():
return True
if exam.authors_only:
return False
if exam.authors_only:
return False
if (
self.app_name == "rapids"
@@ -353,8 +353,8 @@ class ExamViews(View, LoginRequiredMixin):
if exam.open_access or user in exam.get_author_objects():
return True
if exam.authors_only:
return False
if exam.authors_only:
return False
if (
self.app_name == "rapids"