.
This commit is contained in:
+1
-1
@@ -24,4 +24,4 @@ class ExaminationForm(ModelForm):
|
|||||||
class QuestionNoteForm(ModelForm):
|
class QuestionNoteForm(ModelForm):
|
||||||
class Meta:
|
class Meta:
|
||||||
model = QuestionNote
|
model = QuestionNote
|
||||||
fields = ["question", "author", "note_type", "note"]
|
fields = ["content_type", "object_id", "author", "note_type", "note"]
|
||||||
Reference in New Issue
Block a user