From 8b8281aa45c68e2676f85db3f6af7f08d93db6af Mon Sep 17 00:00:00 2001 From: Benard Ebinu Date: Fri, 12 Jan 2018 11:10:29 -0800 Subject: [PATCH] DIV-692: Fact Sheet B automatically calculated guidelines amounts shown as currency with dollar prefix --- .../apps/core/templates/question/06_children_facts.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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="" %} +