Commit 1f342822 by Andy Armstrong

Merge pull request #811 from ubc/increase-comment-size

Increase the comment textarea size to 1000
parents bc6d03b0 b5c491fe
......@@ -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