Browse Source

DIV-686: synchronize annual income fields across all of the fact sheets and questions

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

+ 8
- 10
edivorce/apps/core/templates/question/06_children_facts.html View File

@ -178,8 +178,6 @@
</span> </span>
of the total net monthly Section 7 expenses referred to above:</p> of the total net monthly Section 7 expenses referred to above:</p>
<br> <br>
<input name="annual_gross_income" value="{{ annual_gross_income }}" hidden />
<input name="spouse_annual_gross_income" value="{{ spouse_annual_gross_income }}" hidden />
<table class="table table-bordered"> <table class="table table-bordered">
<thead> <thead>
@ -273,14 +271,14 @@
not been produced in affiliation with, or with the endorsement of the Government of Canada."><i class="fa fa-question-circle" aria-hidden="true"></i> not been produced in affiliation with, or with the endorsement of the Government of Canada."><i class="fa fa-question-circle" aria-hidden="true"></i>
</span> </span>
</td> </td>
<td class="fact-sheet-answer" readonly>
<td class="fact-sheet-answer">
<div class="dollar-prefix"> <div class="dollar-prefix">
{% 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" %}
</div> </div>
</td> </td>
<td class="fact-sheet-answer" readonly>
<td class="fact-sheet-answer">
<div class="dollar-prefix"> <div class="dollar-prefix">
{% 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" %}
</div> </div>
</td> </td>
</tr> </tr>
@ -407,7 +405,7 @@
</tr> </tr>
<tr> <tr>
<td class="fact-sheet-question"> <td class="fact-sheet-question">
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 %}
</td> </td>
<td class="fact-sheet-answer" colspan="2" readonly> <td class="fact-sheet-answer" colspan="2" readonly>
{% input_field type="number" name="difference_between_claimants" value="" class="fact-sheet-input" readonly="" %} {% input_field type="number" name="difference_between_claimants" value="" class="fact-sheet-input" readonly="" %}
@ -469,7 +467,7 @@
</td> </td>
<td class="fact-sheet-answer"> <td class="fact-sheet-answer">
<div class="dollar-prefix"> <div class="dollar-prefix">
{% 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" %}
</div> </div>
</td> </td>
</tr> </tr>
@ -515,7 +513,7 @@
</td> </td>
<td class="fact-sheet-answer"> <td class="fact-sheet-answer">
<div class="dollar-prefix"> <div class="dollar-prefix">
{% money_input_field name="claimant_annual_income" class="fact-sheet-input money" %}
{% money_input_field name="annual_gross_income" class="fact-sheet-input money" %}
</div> </div>
</td> </td>
</tr> </tr>
@ -567,7 +565,7 @@
<div class="question-well"> <div class="question-well">
<p> <p>
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 (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" %} {% 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" %}
. .


Loading…
Cancel
Save