.
This commit is contained in:
@@ -267,6 +267,9 @@ CaseDifferentialFormSet = inlineformset_factory(
|
|||||||
max_num=10,
|
max_num=10,
|
||||||
widgets={
|
widgets={
|
||||||
"condition": autocomplete.ModelSelect2(url="atlas:condition-autocomplete"),
|
"condition": autocomplete.ModelSelect2(url="atlas:condition-autocomplete"),
|
||||||
|
"text": Textarea(
|
||||||
|
attrs={"maxlength": 1000, "rows": 3, "cols": 80}
|
||||||
|
)
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -31,7 +31,6 @@ from anatomy.models import Modality
|
|||||||
from generic.models import (
|
from generic.models import (
|
||||||
Examination,
|
Examination,
|
||||||
# Condition,
|
# Condition,
|
||||||
Sign,
|
|
||||||
ExamBase,
|
ExamBase,
|
||||||
Plane,
|
Plane,
|
||||||
Contrast,
|
Contrast,
|
||||||
|
|||||||
Reference in New Issue
Block a user