.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user