This commit is contained in:
Ross
2021-12-06 20:00:30 +00:00
parent e549085417
commit 23596d8644
2 changed files with 3 additions and 1 deletions
+3
View File
@@ -267,6 +267,9 @@ CaseDifferentialFormSet = inlineformset_factory(
max_num=10,
widgets={
"condition": autocomplete.ModelSelect2(url="atlas:condition-autocomplete"),
"text": Textarea(
attrs={"maxlength": 1000, "rows": 3, "cols": 80}
)
},
)
-1
View File
@@ -31,7 +31,6 @@ from anatomy.models import Modality
from generic.models import (
Examination,
# Condition,
Sign,
ExamBase,
Plane,
Contrast,