This commit is contained in:
Ross
2021-12-01 20:25:02 +00:00
parent 7c77efd3cf
commit 2a93691830
2 changed files with 16 additions and 25 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ class SeriesForm(ModelForm):
widgets = {
"examination": autocomplete.ModelSelect2Multiple(
"examination": autocomplete.ModelSelect2(
url="generic:examination-autocomplete"
),
}