Browse Source

DIV-759: Changing field name that was accidently duplicated

pull/160/head
Benard Ebinu 7 years ago
parent
commit
11c4de0fc4
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      edivorce/apps/core/templates/question/06_children_facts.html
  2. +2
    -2
      edivorce/fixtures/Question.json

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

@ -608,12 +608,12 @@
</p> </p>
<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="agree_to_child_support_amount" class="fact-sheet-input" autocomplete="off" value="YES" data_target_id="enter_appropriate_amount" data_reveal_target="false" %}
{% input_field type="radio" name="agree_to_guideline_child_support_amount" class="fact-sheet-input" autocomplete="off" value="YES" data_target_id="enter_appropriate_amount" data_reveal_target="false" %}
Yes Yes
</label> </label>
<label class="btn btn-radio"> <label class="btn btn-radio">
{% input_field type="radio" name="agree_to_child_support_amount" class="fact-sheet-input" autocomplete="off" value="NO" data_target_id="enter_appropriate_amount" data_reveal_target="true" %}
{% input_field type="radio" name="agree_to_guideline_child_support_amount" class="fact-sheet-input" autocomplete="off" value="NO" data_target_id="enter_appropriate_amount" data_reveal_target="true" %}
No No
</label> </label>
</div> </div>


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

@ -1492,7 +1492,7 @@
"reveal_response": "" "reveal_response": ""
}, },
"model": "core.question", "model": "core.question",
"pk": "agree_to_child_support_amount"
"pk": "agree_to_guideline_child_support_amount"
}, },
{ {
"fields": { "fields": {
@ -1500,7 +1500,7 @@
"description": "For Step 6, Your children - Income & expenses - Fact Sheet D Child(ren) 19 Years or Older", "description": "For Step 6, Your children - Income & expenses - Fact Sheet D Child(ren) 19 Years or Older",
"summary_order": 0, "summary_order": 0,
"required": "Conditional", "required": "Conditional",
"conditional_target": "agree_to_child_support_amount",
"conditional_target": "agree_to_guideline_child_support_amount",
"reveal_response": "YES" "reveal_response": "YES"
}, },
"model": "core.question", "model": "core.question",


Loading…
Cancel
Save