.
This commit is contained in:
+2
-2
@@ -139,7 +139,7 @@ class AnatomyQuestionForm(ModelForm):
|
||||
"image",
|
||||
"region",
|
||||
"modality",
|
||||
#"structure",
|
||||
"structure",
|
||||
"examination",
|
||||
"body_part",
|
||||
"description",
|
||||
@@ -147,7 +147,7 @@ class AnatomyQuestionForm(ModelForm):
|
||||
]
|
||||
|
||||
widgets = {
|
||||
#"structure" : autocomplete.ModelSelect2(url='anatomy:structure-autocomplete')
|
||||
"structure" : autocomplete.ModelSelect2(url='anatomy:structure-autocomplete')
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user