diff --git a/edivorce/apps/core/templates/question/06_children_facts.html b/edivorce/apps/core/templates/question/06_children_facts.html index 01f87934..fa88d78d 100644 --- a/edivorce/apps/core/templates/question/06_children_facts.html +++ b/edivorce/apps/core/templates/question/06_children_facts.html @@ -378,7 +378,9 @@ Difference between the Guidelines table amount of the claimant and the Guidelines table amount of the respondent - {% input_field type="number" name="difference_between_claimants" value="" class="fact-sheet-input" readonly="" %} +
+ {% money_input_field name="difference_between_claimants" value="" class="money fact-sheet-input" readonly="" %} +
@@ -416,7 +418,9 @@ Amount of child support to be paid per month by {% if child_support_payor %}{{ child_support_payor|lower }}{% else %}the payor{% endif %} - {% input_field type="number" name="difference_between_claimants" value="" class="fact-sheet-input" readonly="" %} +
+ {% money_input_field name="difference_between_claimants" value="" class="money fact-sheet-input" readonly="" %} +