diff --git a/generic/forms.py b/generic/forms.py index a8f8a56b..6ef4f314 100755 --- a/generic/forms.py +++ b/generic/forms.py @@ -23,5 +23,5 @@ class ExaminationForm(ModelForm): class ExamForm(ModelForm): class Meta: - model = Exam + model = "Exam" fields = ["name", "time_limit", "exam_mode"] \ No newline at end of file