.
This commit is contained in:
+2
-2
@@ -37,10 +37,10 @@ class SeriesFindingForm(ModelForm):
|
|||||||
exclude = ["series", "annotation_json", "viewport_json"]
|
exclude = ["series", "annotation_json", "viewport_json"]
|
||||||
|
|
||||||
widgets = {
|
widgets = {
|
||||||
"finding": autocomplete.ModelSelect2Multiple(
|
"findings": autocomplete.ModelSelect2Multiple(
|
||||||
url="atlas:finding-autocomplete"
|
url="atlas:finding-autocomplete"
|
||||||
),
|
),
|
||||||
"structure": autocomplete.ModelSelect2Multiple(
|
"structures": autocomplete.ModelSelect2Multiple(
|
||||||
url="atlas:struture-autocomplete"
|
url="atlas:struture-autocomplete"
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user