Browse Source

DIV-749: ensure positive value for arrears amount

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

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

@ -285,7 +285,7 @@
<div class="question-well" id="arrears_amount_question" hidden>
<h3>What is the amount as of today's date?</h3>
<div class="dollar-prefix">
{% money_input_field name="child_support_arrears_amount" class="money form-control input-narrow" min="0" %}
{% money_input_field name="child_support_arrears_amount" class="money positive-integer form-control input-narrow" min="0" %}
</div>
</div>
{% endblock %}


Loading…
Cancel
Save