From 0386a96812c829f9b23130d046d138238d7c79bf Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 26 Jul 2021 10:42:50 +0100 Subject: [PATCH] . --- longs/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/longs/forms.py b/longs/forms.py index 8c577fc2..0fe6474f 100755 --- a/longs/forms.py +++ b/longs/forms.py @@ -152,7 +152,7 @@ class LongForm(ModelForm): # "normal": RadioSelect( # choices=[(True, 'Yes'), # (False, 'No')]) - "mark_scheme" : TinyMCE(attrs={'cols': 80, 'rows': 30}) + "mark_scheme" : TinyMCE(attrs={'cols': 80, 'rows': 60}) } def save(self, commit=True):