This commit is contained in:
Ross
2021-12-12 08:50:35 +00:00
parent 9789739e27
commit 358b13b95a
7 changed files with 88 additions and 59 deletions
+1 -1
View File
@@ -546,7 +546,7 @@ class Exam(ExamBase):
)
valid_users = models.ManyToManyField(
CidUser, blank=True, related_name="rapids_exams"
CidUser, blank=True, related_name="rapid_exams"
)
def get_normal_abnormal_breakdown(self):