This commit is contained in:
Ross
2021-07-26 10:45:11 +01:00
parent 0386a96812
commit 16d7875d0d
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -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):
+3
View File
@@ -1,6 +1,9 @@
{% extends "longs/base.html" %}
<!-- {% load static from static %} -->
{% block css %}
{{form.media}}
{% endblock %}
{% block js %}
<!--<script type="text/javascript" src="/admin/jsi18n/"></script>-->