diff --git a/generic/forms.py b/generic/forms.py index e3b103e5..a5cfeced 100755 --- a/generic/forms.py +++ b/generic/forms.py @@ -54,4 +54,4 @@ class QuestionNoteForm(ModelForm): initial["content_id"] = pk ModelForm.__init__(self, *args, **kwargs) - #super(QuestionNoteForm(), self).__init__(*args, **kwargs) \ No newline at end of file + super(QuestionNoteForm(), self).__init__(*args, **kwargs) \ No newline at end of file