From 974f00344b578bea13b50e22d2d57ea62c348ddf Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 23 Apr 2021 09:09:52 +0100 Subject: [PATCH] . --- generic/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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