This commit is contained in:
Ross
2022-04-21 17:47:52 +01:00
parent 31773b103d
commit 8ff4be4e22
4 changed files with 44 additions and 2 deletions
+1 -1
View File
@@ -596,7 +596,7 @@ class Exam(ExamBase):
CidUser, blank=True, related_name="rapid_exams"
)
cid_user_groups = models.ManyToManyField(CidUserGroup)
cid_user_groups = models.ManyToManyField(CidUserGroup, blank=True)
def get_normal_abnormal_breakdown(self):
# Inefficient but more extendible