Browse Source

DIV-859: always show annual gross income for claimant and spouse

pull/160/head
Benard Ebinu 7 years ago
parent
commit
acc44c89f8
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      edivorce/apps/core/templates/question/06_children_income_expenses.html

+ 3
- 3
edivorce/apps/core/templates/question/06_children_income_expenses.html View File

@ -15,7 +15,7 @@
<div class="radio">
<label>
{% input_field type="radio" name="how_will_calculate_income" autocomplete="off" value="using specific rules" data_target_id="annual_gross_income_question" data_invert_target="#agreement_entered_message" data_reveal_target="true" %}
{% input_field type="radio" name="how_will_calculate_income" autocomplete="off" value="using specific rules" data_invert_target="#agreement_entered_message" data_reveal_target="true" %}
Calculate your income using the
<a href="http://laws-lois.justice.gc.ca/eng/regulations/SOR-97-175/page-2.html#h-6" target="_blank">
specific rules
@ -42,7 +42,7 @@
<div class="radio">
<label>
{% input_field type="radio" name="how_will_calculate_income" id="how_will_calculate_income_agreement" autocomplete="off" value="entered agreement" data_target_id="annual_gross_income_question" data_invert_target="#agreement_entered_message" data_reveal_target="false" %}
{% input_field type="radio" name="how_will_calculate_income" id="how_will_calculate_income_agreement" autocomplete="off" value="entered agreement" data_invert_target="#agreement_entered_message" data_reveal_target="false" %}
You and your spouse have come to an agreement as to income ( as per the rules under
<a href="http://laws-lois.justice.gc.ca/eng/regulations/SOR-97-175/page-3.html#docCont" target="_blank">
section 21
@ -74,7 +74,7 @@
</div>
</div>
<div id="annual_gross_income_question" hidden>
<div id="annual_gross_income_question">
<div class="question-well">
<h3>What is your annual gross income as determined above?</h3>
<div class="dollar-prefix">


Loading…
Cancel
Save