diff --git a/anatomy/forms.py b/anatomy/forms.py index 5a20a1e7..5179abae 100644 --- a/anatomy/forms.py +++ b/anatomy/forms.py @@ -140,6 +140,7 @@ class AnatomyQuestionForm(ModelForm): fields = [ "question_type", "image", + "answer_help", "region", "modality", "structure",