This commit is contained in:
Ross
2021-08-20 21:47:24 +01:00
parent 682ab26036
commit f446875702
+1 -1
View File
@@ -27,7 +27,7 @@ class QuestionAdminForm(ModelForm):
# (False, 'No')])
"stem" : TinyMCE(attrs={'cols': 80, 'rows': 30}),
"feedback" : TinyMCE(attrs={'cols': 80, 'rows': 30}),
"a_answer" : TinyMCE(attrs={'cols': 80, 'rows': 5}, mce_attrs={'height': 40}),
"a_answer" : TinyMCE(attrs={'cols': 80, 'rows': 5}, mce_attrs={'height': 80}),
"a_feedback" : TinyMCE(attrs={'cols': 80, 'rows': 5}),
"b_answer" : TinyMCE(attrs={'cols': 80, 'rows': 4}),
"c_answer" : TinyMCE(attrs={'cols': 80, 'rows': 4}),