This commit is contained in:
Ross
2021-10-16 21:59:22 +01:00
parent 6e83509837
commit 1cb47f55e4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -208,4 +208,4 @@ LongSeriesImageFormSet = inlineformset_factory(
class ExamForm(ModelForm):
class Meta:
model = Exam
fields = ["name", "time_limit", "exam_mode", "active", "double_mark", "archive", "exam_questions"]
fields = ["name", "time_limit", "exam_mode", "active", "double_mark", "archive"]