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