This commit is contained in:
Ross
2021-10-17 18:08:50 +01:00
parent 346ee42763
commit 8966eca5d1
9 changed files with 145 additions and 140 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"]
fields = ["name", "time_limit", "open_access", "exam_mode", "active", "double_mark", "archive"]