diff --git a/longs/forms.py b/longs/forms.py index 0fe6474f..8c577fc2 100755 --- a/longs/forms.py +++ b/longs/forms.py @@ -152,7 +152,7 @@ class LongForm(ModelForm): # "normal": RadioSelect( # choices=[(True, 'Yes'), # (False, 'No')]) - "mark_scheme" : TinyMCE(attrs={'cols': 80, 'rows': 60}) + "mark_scheme" : TinyMCE(attrs={'cols': 80, 'rows': 30}) } def save(self, commit=True): diff --git a/longs/templates/longs/long_form.html b/longs/templates/longs/long_form.html index b3fb7f34..7b8a5390 100755 --- a/longs/templates/longs/long_form.html +++ b/longs/templates/longs/long_form.html @@ -1,6 +1,9 @@ {% extends "longs/base.html" %} +{% block css %} +{{form.media}} +{% endblock %} {% block js %}