This commit is contained in:
Ross
2021-07-26 22:52:24 +01:00
parent ce71e0d427
commit 08eb27bc0b
3 changed files with 5 additions and 3 deletions
+1
View File
@@ -152,6 +152,7 @@ class LongForm(ModelForm):
# "normal": RadioSelect(
# choices=[(True, 'Yes'),
# (False, 'No')])
"feedback" : TinyMCE(attrs={'cols': 80, 'rows': 30}),
"mark_scheme" : TinyMCE(attrs={'cols': 80, 'rows': 30})
}