diff --git a/anatomy/forms.py b/anatomy/forms.py index 3a3921db..32cf3265 100644 --- a/anatomy/forms.py +++ b/anatomy/forms.py @@ -87,7 +87,16 @@ class AnatomyQuestionForm(ModelForm): class Meta: model = AnatomyQuestion - fields = ["question_type", "image", "description"] + fields = [ + "question_type", + "image", + "region", + "modality", + "structure", + "examination", + "body_part", + "description", + ] widgets = {}