improve dicom uploading

This commit is contained in:
Ross
2023-10-23 13:36:41 +01:00
parent c786019af1
commit 0f3bc68de6
28 changed files with 464 additions and 172 deletions
+1 -1
View File
@@ -223,7 +223,7 @@ class SeriesForm(ModelForm):
class Meta:
model = Series
exclude = ["author"]
exclude = ["author", "series_instance_uid"]
widgets = {
"examination": autocomplete.ModelSelect2(