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):