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" %} +