From 23596d864498e30422599ebc91f44821cf6618df Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 6 Dec 2021 20:00:30 +0000 Subject: [PATCH] . --- atlas/forms.py | 3 +++ atlas/models.py | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/atlas/forms.py b/atlas/forms.py index 273155df..d73abca0 100755 --- a/atlas/forms.py +++ b/atlas/forms.py @@ -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} + ) }, ) diff --git a/atlas/models.py b/atlas/models.py index fee5bf7a..d37cbe60 100644 --- a/atlas/models.py +++ b/atlas/models.py @@ -31,7 +31,6 @@ from anatomy.models import Modality from generic.models import ( Examination, # Condition, - Sign, ExamBase, Plane, Contrast,