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}),