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