question-textarea.html
352 Bytes
{% autoescape %}
<h3 id="title">
{{ question['title'] }}
</h3>
<div id="text">
{{ md(question['text']) }}
</div>
<!-- <fieldset data-role="controlgroup"> -->
<textarea class="form-control" rows="{{ question['lines'] }}" name="answer"></textarea><br />
<!-- </fieldset> -->
<input type="hidden" name="question_ref" value="{{ question['ref'] }}">