Browse Source

DIV-661: Setting the appropriate css style so that textarea is automatically saved from field changes

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

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

@ -494,7 +494,7 @@
<p>Other undue hardship circumstances <p>Other undue hardship circumstances
{% input_field type="textarea" name="undue_hardship" value="" maxlength="500" multiple='true' class="fact-sheet-input form-control" placeholder="" %}
{% input_field type="textarea" name="undue_hardship" value="" maxlength="500" multiple='true' class="fact-sheet-input form-control response-textarea" placeholder="" %}
</p> </p>


Loading…
Cancel
Save