.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user