.
This commit is contained in:
@@ -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})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user