Commit 72c2ae9d by Andy Armstrong

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

Increase the final comment textarea size
parents fbf1051f 14ed6fb4
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
id="{{ rubric_type }}__assessment__rubric__question--feedback__value" id="{{ rubric_type }}__assessment__rubric__question--feedback__value"
class="assessment__rubric__question--feedback__value" class="assessment__rubric__question--feedback__value"
placeholder="{{ rubric_feedback_default_text }}" placeholder="{{ rubric_feedback_default_text }}"
maxlength="500" maxlength="1000"
> >
</textarea> </textarea>
</div> </div>
......
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