From 5ef0a9a5b5d7e19f1125cd646252dce5bffb46ca Mon Sep 17 00:00:00 2001 From: Benard Ebinu Date: Fri, 12 Jan 2018 11:22:27 -0800 Subject: [PATCH] All money fields in fact sheet B are formatted like a currency --- .../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 49650044..8d2c92f9 100644 --- a/edivorce/apps/core/templates/question/06_children_facts.html +++ b/edivorce/apps/core/templates/question/06_children_facts.html @@ -399,10 +399,14 @@ ) to be paid annually - {% input_field type="number" name="extra_ordinary_expenses_you" class="fact-sheet-input" %} +
+ {% money_input_field name="extra_ordinary_expenses_you" class="money sfact-sheet-input" %} +
- {% input_field type="number" name="extra_ordinary_expenses_spouse" class="fact-sheet-input" %} +
+ {% money_input_field name="extra_ordinary_expenses_spouse" class="money fact-sheet-input" %} +