.
This commit is contained in:
+5
-1
@@ -410,7 +410,11 @@ class CidReportAnswerForm(ModelForm):
|
||||
# (False, 'No')])
|
||||
# "findings": TinyMCE(attrs={"cols": 80, "rows": 20}),
|
||||
# "mark_scheme": TinyMCE(attrs={"cols": 80, "rows": 30}),
|
||||
"answer": Textarea(attrs={"cols": 100, "rows": 30}),
|
||||
"answer": Textarea(attrs={"cols": 100, "rows": 10}),
|
||||
}
|
||||
|
||||
help_texts = {
|
||||
"answer": "Write your answer in here."
|
||||
}
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user