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