From 9f848f44f51df2b0430b5c2c35812483df46d863 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 9 Sep 2021 17:16:23 +0100 Subject: [PATCH] . --- generic/forms.py | 1 + 1 file changed, 1 insertion(+) diff --git a/generic/forms.py b/generic/forms.py index ff8f97ca..44ece2a5 100755 --- a/generic/forms.py +++ b/generic/forms.py @@ -38,6 +38,7 @@ class QuestionNoteForm(ModelForm): def __init__(self, *args, **kwargs): question_type = kwargs.pop("question_type") pk = kwargs.pop("pk") + user = kwargs.pop("user") #if question_type == "rapid": # question = Rapid