From e009c26f6226367196c6d651047b7ec802631274 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 4 May 2021 22:11:12 +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 54baec06..987544dc 100755 --- a/generic/forms.py +++ b/generic/forms.py @@ -24,4 +24,4 @@ class ExaminationForm(ModelForm): class QuestionNoteForm(ModelForm): class Meta: model = QuestionNote - fields = ["question", "author", "note_type", "note"] \ No newline at end of file + fields = ["content_type", "object_id", "author", "note_type", "note"] \ No newline at end of file