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
+2 -1
View File
@@ -58,7 +58,8 @@ class LongAdminForm(ModelForm):
# "normal": RadioSelect(
# choices=[(True, 'Yes'),
# (False, 'No')])
"mark_scheme" : TinyMCE(attrs={'cols': 80, 'rows': 30})
"feedback" : TinyMCE(attrs={'cols': 80, 'rows': 30}),
"mark_scheme" : TinyMCE(attrs={'cols': 80, 'rows': 30}),
}
class LongAdmin(VersionAdmin):