tidy up the marker changes
This commit is contained in:
@@ -632,6 +632,7 @@ 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",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user