This commit is contained in:
Ross
2021-09-09 17:16:23 +01:00
parent d5f2e37817
commit 9f848f44f5
+1
View File
@@ -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