From 6aea6691b79a0e32e03c4617ce5fdea6da92d66b Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 7 Dec 2021 17:33:30 +0000 Subject: [PATCH] . --- atlas/forms.py | 1 + 1 file changed, 1 insertion(+) diff --git a/atlas/forms.py b/atlas/forms.py index 55a1f4cd..c89068e1 100755 --- a/atlas/forms.py +++ b/atlas/forms.py @@ -244,6 +244,7 @@ class CaseForm(ModelForm): # "mark_scheme": TinyMCE(attrs={"cols": 80, "rows": 30}), "description": Textarea(attrs={"cols": 80, "rows": 5}), "history": Textarea(attrs={"cols": 80, "rows": 5}), + "discussion": Textarea(attrs={"cols": 80, "rows": 5}), "condition": autocomplete.ModelSelect2Multiple( url="atlas:condition-autocomplete" ),