This commit is contained in:
Ross
2021-05-04 22:11:12 +01:00
parent 2236d71142
commit e009c26f62
+1 -1
View File
@@ -24,4 +24,4 @@ class ExaminationForm(ModelForm):
class QuestionNoteForm(ModelForm):
class Meta:
model = QuestionNote
fields = ["question", "author", "note_type", "note"]
fields = ["content_type", "object_id", "author", "note_type", "note"]