.
This commit is contained in:
+1
-1
@@ -54,4 +54,4 @@ class QuestionNoteForm(ModelForm):
|
||||
initial["content_id"] = pk
|
||||
|
||||
ModelForm.__init__(self, *args, **kwargs)
|
||||
#super(QuestionNoteForm(), self).__init__(*args, **kwargs)
|
||||
super(QuestionNoteForm(), self).__init__(*args, **kwargs)
|
||||
Reference in New Issue
Block a user