.
This commit is contained in:
@@ -38,6 +38,7 @@ class QuestionNoteForm(ModelForm):
|
|||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
question_type = kwargs.pop("question_type")
|
question_type = kwargs.pop("question_type")
|
||||||
pk = kwargs.pop("pk")
|
pk = kwargs.pop("pk")
|
||||||
|
user = kwargs.pop("user")
|
||||||
|
|
||||||
#if question_type == "rapid":
|
#if question_type == "rapid":
|
||||||
# question = Rapid
|
# question = Rapid
|
||||||
|
|||||||
Reference in New Issue
Block a user