Browse Source

DIV-915: Updated the wording of the question.

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

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

@ -178,7 +178,7 @@
</div> </div>
<div class="question-well"> <div class="question-well">
<h3>Do you have a
<h3>Do you have an
<span class="tooltip-link" <span class="tooltip-link"
data-toggle="tooltip" data-placement="right" data-html="true" data-toggle="tooltip" data-placement="right" data-html="true"
title=" title="
@ -188,8 +188,8 @@
basis to help cover the costs of supporting the children. basis to help cover the costs of supporting the children.
</p> </p>
"> ">
court order <i class="fa fa-question-circle" aria-hidden="true"></i>
</span>(Provincial or Supreme Court) about parenting and support of the children?</h3>
order <i class="fa fa-question-circle" aria-hidden="true"></i>
</span>(Provincial or Supreme Court) about support of the children?</h3>
<div class="btn-radio-group" data-toggle="buttons"> <div class="btn-radio-group" data-toggle="buttons">
<label class="btn btn-radio"> <label class="btn btn-radio">
{% input_field type="radio" name="have_court_order" autocomplete="off" value="YES" data_target_id="court_order_details" data_reveal_target="true" %} Yes {% input_field type="radio" name="have_court_order" autocomplete="off" value="YES" data_target_id="court_order_details" data_reveal_target="true" %} Yes


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

@ -827,7 +827,7 @@
}, },
{ {
"fields": { "fields": {
"name": "Do you have a court order about parenting and support of the children?",
"name": "Do you have an order about support of the children?",
"description": "For Step 6, Your children - What are you asking for", "description": "For Step 6, Your children - What are you asking for",
"summary_order": 0, "summary_order": 0,
"required": "Required" "required": "Required"
@ -1790,7 +1790,8 @@
"name": "What is the monthly child support amount (as per Schedule 1 of the guidelines) that is payable?", "name": "What is the monthly child support amount (as per Schedule 1 of the guidelines) that is payable?",
"description": "For Step 6, Your children - Income & expenses", "description": "For Step 6, Your children - Income & expenses",
"summary_order": 0, "summary_order": 0,
"required": "Required"
"required": "Conditional",
"reveal_response": ""
}, },
"model": "core.question", "model": "core.question",
"pk": "payor_monthly_child_support_amount" "pk": "payor_monthly_child_support_amount"


Loading…
Cancel
Save