Browse Source

capping textarea to 500 character limit

pull/160/head
Benard Ebinu 7 years ago
parent
commit
8f6afdd3f4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      edivorce/apps/core/templates/question/06_children_facts.html

+ 1
- 1
edivorce/apps/core/templates/question/06_children_facts.html View File

@ -636,7 +636,7 @@
each parent to provide support to the child.
</p>
<div>
{% input_field type="textarea" name="suggested_child_support" class="fact-sheet-input form-control response-textarea" maxlength="512" rows="5" %}
{% input_field type="textarea" name="suggested_child_support" class="fact-sheet-input form-control response-textarea" maxlength="500" rows="5" %}
</div>
</div>
</div>


Loading…
Cancel
Save