diff --git a/atlas/forms.py b/atlas/forms.py index bbf43fce..3fcb3501 100755 --- a/atlas/forms.py +++ b/atlas/forms.py @@ -29,11 +29,11 @@ class ConditionForm(ModelForm): model = Condition exclude = [] - widgets = { - "synonym": autocomplete.ModelSelect2Multiple( - url="atlas:condition-autocomplete" - ), - } + widgets = { + "synonym": autocomplete.ModelSelect2Multiple( + url="atlas:condition-autocomplete" + ), + } class SeriesFindingForm(ModelForm): class Meta: