Browse Source

DIV-962: Updated wording for FactSheet C.

pull/160/head
Charles Shin 6 years ago
parent
commit
1762268dca
3 changed files with 5 additions and 5 deletions
  1. +1
    -1
      edivorce/apps/core/templates/partials/inline_question_determine_amount_to_pay.html
  2. +2
    -2
      edivorce/apps/core/templates/question/06_children_facts.html
  3. +2
    -2
      edivorce/fixtures/Question.json

+ 1
- 1
edivorce/apps/core/templates/partials/inline_question_determine_amount_to_pay.html View File

@ -1,6 +1,6 @@
<div class="collapse-trigger collapsed" data-toggle="collapse" aria-expanded="false" data-target="#{{ collapse_target_id }}" aria-controls="{{ collapse_target_id }}">
<div>
How do I determine what amount needs to be paid?
How do I determine the 'Guideline' amount for child support?
</div>
</div>
<div class="collapse" id="{{ collapse_target_id }}">


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

@ -294,7 +294,7 @@
</tr>
<tr>
<td class="fact-sheet-question">
<p>What is the monthly amount for child support payable by your spouse (as per
<p>What is the 'Guideline' amount for child support payable by your spouse (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-11.html#h-15" link_text="Federal Child Support Tables" %}
)?
</p>
@ -348,7 +348,7 @@
</tr>
<tr>
<td class="fact-sheet-question">
<p>What is the monthly amount for child support payable by you (as per
<p>What is the 'Guideline' amount for child support payable by you (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-11.html#h-15" link_text="Federal Child Support Tables" %}
)?
</p>


+ 2
- 2
edivorce/fixtures/Question.json View File

@ -1659,7 +1659,7 @@
},
{
"fields": {
"name": "What is the monthly amount for child support (as per Federal Child Support Guidelines)?",
"name": "What is the 'Guideline' amount for child support payable by you (as per Federal Child Support Tables)?",
"description": "For Step 6, Your children - Your children - Fact Sheet C Split Custody",
"summary_order": 0,
"required": "Conditional",
@ -1671,7 +1671,7 @@
},
{
"fields": {
"name": "What is the monthly amount for child support (as per Federal Child Support Guidelines)?",
"name": "What is the 'Guideline' amount for child support payable by your spouse (as per Federal Child Support Tables)?",
"description": "For Step 6, Your children - Your children - Fact Sheet C Split Custody",
"summary_order": 0,
"required": "Conditional",


Loading…
Cancel
Save