From 2b976e94489d432f598fdf948f16903c4478a91c Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 7 Dec 2021 17:36:50 +0000 Subject: [PATCH] . --- atlas/forms.py | 1 + 1 file changed, 1 insertion(+) diff --git a/atlas/forms.py b/atlas/forms.py index c89068e1..e921f388 100755 --- a/atlas/forms.py +++ b/atlas/forms.py @@ -242,6 +242,7 @@ class CaseForm(ModelForm): # (False, 'No')]) # "findings": TinyMCE(attrs={"cols": 80, "rows": 20}), # "mark_scheme": TinyMCE(attrs={"cols": 80, "rows": 30}), + "subspecialty": RadioSelect(), "description": Textarea(attrs={"cols": 80, "rows": 5}), "history": Textarea(attrs={"cols": 80, "rows": 5}), "discussion": Textarea(attrs={"cols": 80, "rows": 5}),