From 586956c045956c1fb2ec879f5586bfa51c4f0617 Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 5 May 2021 18:52:04 +0100 Subject: [PATCH] . --- generic/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic/forms.py b/generic/forms.py index a5cfeced..5c395dad 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