This commit is contained in:
Ross
2022-04-26 20:43:06 +01:00
parent 74dea9ec46
commit b74b14cfbe
+1 -1
View File
@@ -410,7 +410,7 @@ class CidReportAnswerForm(ModelForm):
# (False, 'No')])
# "findings": TinyMCE(attrs={"cols": 80, "rows": 20}),
# "mark_scheme": TinyMCE(attrs={"cols": 80, "rows": 30}),
"answer": Textarea(attrs={"cols": 150, "rows": 30}),
"answer": Textarea(attrs={"cols": 100, "rows": 30}),
}
def __init__(self, *args, **kwargs):