Browse Source

All money fields in fact sheet B are formatted like a currency

pull/160/head
Benard Ebinu 8 years ago
parent
commit
5ef0a9a5b5
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      edivorce/apps/core/templates/question/06_children_facts.html

+ 6
- 2
edivorce/apps/core/templates/question/06_children_facts.html View File

@ -399,10 +399,14 @@
) to be paid annually ) to be paid annually
</td> </td>
<td class="fact-sheet-answer"> <td class="fact-sheet-answer">
{% input_field type="number" name="extra_ordinary_expenses_you" class="fact-sheet-input" %}
<div class="dollar-prefix">
{% money_input_field name="extra_ordinary_expenses_you" class="money sfact-sheet-input" %}
</div>
</td> </td>
<td class="fact-sheet-answer"> <td class="fact-sheet-answer">
{% input_field type="number" name="extra_ordinary_expenses_spouse" class="fact-sheet-input" %}
<div class="dollar-prefix">
{% money_input_field name="extra_ordinary_expenses_spouse" class="money fact-sheet-input" %}
</div>
</td> </td>
</tr> </tr>
<tr> <tr>


Loading…
Cancel
Save