This commit is contained in:
Ross
2021-09-11 18:29:25 +01:00
parent 5edcf2aabc
commit 0f7ee7b6f1
5 changed files with 32 additions and 12 deletions
+1 -1
View File
@@ -202,4 +202,4 @@ LongSeriesImageFormSet = inlineformset_factory(
class ExamForm(ModelForm):
class Meta:
model = Exam
fields = ["name", "time_limit", "exam_mode", "active", "archive"]
fields = ["name", "time_limit", "exam_mode", "active", "double_mark", "archive"]