.
This commit is contained in:
+2
-2
@@ -27,8 +27,8 @@ 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': 4}),
|
||||
"a_feedback" : TinyMCE(attrs={'cols': 80, 'rows': 4}),
|
||||
"a_answer" : TinyMCE(attrs={'cols': 80, 'rows': 5}),
|
||||
"a_feedback" : TinyMCE(attrs={'cols': 80, 'rows': 5}),
|
||||
"b_answer" : TinyMCE(attrs={'cols': 80, 'rows': 4}),
|
||||
"b_answer" : TinyMCE(attrs={'cols': 80, 'rows': 4}),
|
||||
"c_answer" : TinyMCE(attrs={'cols': 80, 'rows': 4}),
|
||||
|
||||
Reference in New Issue
Block a user