tidy up the marker changes
This commit is contained in:
@@ -170,6 +170,7 @@ class Exam(ExamBase):
|
||||
markers = models.ManyToManyField(
|
||||
settings.AUTH_USER_MODEL,
|
||||
blank=True,
|
||||
null=True,
|
||||
help_text="Authorised markers for the exam",
|
||||
related_name="physics_exam_markers",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user