From 4f580aea8fa37a6ef0d51beda739067fab3777cb Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 10 Jan 2024 23:17:37 +0000 Subject: [PATCH] . --- anatomy/forms.py | 1 + 1 file changed, 1 insertion(+) 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",