This commit is contained in:
Ross
2024-10-07 17:46:09 +01:00
parent 7b938291ce
commit 28bfa34367
14 changed files with 95 additions and 8 deletions
-1
View File
@@ -632,7 +632,6 @@ class Exam(ExamBase):
markers = models.ManyToManyField(
settings.AUTH_USER_MODEL,
blank=True,
null=True,
help_text="Authorised markers for the exam",
related_name="rapid_exam_markers",
)