.
This commit is contained in:
+1
-1
@@ -152,7 +152,7 @@ class LongForm(ModelForm):
|
||||
# "normal": RadioSelect(
|
||||
# choices=[(True, 'Yes'),
|
||||
# (False, 'No')])
|
||||
"mark_scheme" : TinyMCE(attrs={'cols': 80, 'rows': 30})
|
||||
"mark_scheme" : TinyMCE(attrs={'cols': 80, 'rows': 60})
|
||||
}
|
||||
|
||||
def save(self, commit=True):
|
||||
|
||||
Reference in New Issue
Block a user