Commit b5c491fe by Pan Luo

Increase the comment textarea size to 1000

parent bc6d03b0
......@@ -44,7 +44,7 @@
class="answer__value"
value="{{ criterion.name }}"
name="{{ criterion.name }}"
maxlength="300"
maxlength="1000"
{% if criterion.feedback == 'required' %}required{% endif %}
>
</textarea>
......
......@@ -100,7 +100,7 @@
class="answer__value"
value="{{ criterion.name }}"
name="{{ criterion.name }}"
maxlength="300"
maxlength="1000"
{% if criterion.feedback == 'required' %}required{% endif %}
>
</textarea>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment