This commit is contained in:
Ross
2021-07-26 10:42:50 +01:00
parent 443b4cc3c4
commit 0386a96812
+1 -1
View File
@@ -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):