diff --git a/edivorce/apps/core/templates/question/06_children_facts.html b/edivorce/apps/core/templates/question/06_children_facts.html index 13938246..7fe62735 100644 --- a/edivorce/apps/core/templates/question/06_children_facts.html +++ b/edivorce/apps/core/templates/question/06_children_facts.html @@ -178,8 +178,6 @@ of the total net monthly Section 7 expenses referred to above:


- - @@ -273,14 +271,14 @@ not been produced in affiliation with, or with the endorsement of the Government of Canada."> - - @@ -407,7 +405,7 @@ @@ -515,7 +513,7 @@ @@ -567,7 +565,7 @@

- What is the monthly amount that {% if child_support_payor %}{{ child_support_payor }}{% else %}the payor{% endif %} will be paying for child support + What is the monthly amount that {% if child_support_payor %}{{ child_support_payor|lower }}{% else %}the payor{% endif %} will be paying for child support (as per {% include "partials/tooltip_link_federal_child_support_guidelines.html" with reference_link="http://laws-lois.justice.gc.ca/eng/regulations/SOR-97-175/page-5.html#h-9" link_text="Schedule 1" %} .

+
- {% money_input_field name="annual_gross_income" value="" class="fact-sheet-input" readonly="" %} + {% money_input_field name="annual_gross_income" value="" class="fact-sheet-input" %}
+
- {% money_input_field name="spouse_annual_gross_income" value="" class="fact-sheet-input" readonly="" %} + {% money_input_field name="spouse_annual_gross_income" value="" class="fact-sheet-input" %}
- Amount of child support to be paid per month by < Claimant 1 or Claimant 2> + 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="" %} @@ -469,7 +467,7 @@
- {% money_input_field name="spouse_annual_income" class="fact-sheet-input money" %} + {% money_input_field name="spouse_annual_gross_income" class="fact-sheet-input money" %}
- {% money_input_field name="claimant_annual_income" class="fact-sheet-input money" %} + {% money_input_field name="annual_gross_income" class="fact-sheet-input money" %}