diff --git a/defectDojo_engagement_survey/forms.py b/defectDojo_engagement_survey/forms.py index 55ce444..2b04023 100644 --- a/defectDojo_engagement_survey/forms.py +++ b/defectDojo_engagement_survey/forms.py @@ -186,7 +186,7 @@ def save(self): # re save out the choices choice_answer.answered_survey = self.answered_survey - choice_answer.answer = choices + choice_answer.answer.set(choices) choice_answer.save()