.
This commit is contained in:
+1
-1
@@ -23,5 +23,5 @@ class ExaminationForm(ModelForm):
|
|||||||
|
|
||||||
class ExamForm(ModelForm):
|
class ExamForm(ModelForm):
|
||||||
class Meta:
|
class Meta:
|
||||||
model = Exam
|
model = "Exam"
|
||||||
fields = ["name", "time_limit", "exam_mode"]
|
fields = ["name", "time_limit", "exam_mode"]
|
||||||
Reference in New Issue
Block a user