From 515d7b8d5d02451ba47683564e8d59e4195b53a0 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 7 Dec 2021 17:39:57 +0000 Subject: [PATCH] . --- atlas/forms.py | 1 - 1 file changed, 1 deletion(-) diff --git a/atlas/forms.py b/atlas/forms.py index e921f388..c89068e1 100755 --- a/atlas/forms.py +++ b/atlas/forms.py @@ -242,7 +242,6 @@ 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}),