Browse Source

DIV-533: what act are you asking for support under

pull/160/head
Benard Ebinu 8 years ago
parent
commit
7b3f8713d4
2 changed files with 54 additions and 0 deletions
  1. +44
    -0
      edivorce/apps/core/templates/question/06_children_what_for.html
  2. +10
    -0
      edivorce/fixtures/Question.json

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

@ -269,6 +269,50 @@
{% input_field type="textarea" name="order_for_child_support" class="response-textarea form-control" maxlength="20000" rows="15"%} {% input_field type="textarea" name="order_for_child_support" class="response-textarea form-control" maxlength="20000" rows="15"%}
</div> </div>
<div class="question-well">
<h3>Please indicate which act you are asking for support under.</h3>
<div class="radio">
<label>
{% input_field type="radio" name="child_support_act" class="" autocomplete="off" value="the Divorce Act (Canada) " %} the Divorce Act (Canada) -
<a href="http://laws-lois.justice.gc.ca/eng/acts/D-3.4/index.html" target="_blank">view the Divorce Act</a>
</label>
</div>
<div class="radio">
<label>
{% input_field type="radio" name="child_support_act" class="" autocomplete="off" value="the Family Law Act" %} the Family Law Act -
<a href="http://www.bclaws.ca/civix/document/id/complete/statreg/11025_01" target="_blank">view the Family Law Act</a>
</label>
</div>
<div class="collapse-trigger collapsed" data-toggle="collapse" aria-expanded="false" data-target="#collapse_which_act" aria-controls="collapse_which_act">
<div>
How do I know which act applies to my situation?
</div>
</div>
<div class="collapse" id="collapse_which_act">
<div>
<p>
Ok, you may be thinking, how the heck am I supposed to know which act (a written law) applies.
Let's see if we can help you identify which act best fits with your circumstances/situation.
</p>
<p>
The Family Law Act and the Divorce Act overlap in some areas but not others. The Divorce Act
applies only if you're married but the Family Law Act can apply to both married and unmarried
couples. Even if you are getting a divorce, you must apply under the Family Law Act for the
division of property or debts, a family law protection order, or orders related to guardianship.
The Divorce Act does not deal with these.
</p>
<p>
There are big differences in how the Divorce Act and the Family Law Act deal with some issues,
especially parenting. For more information, see the fact sheet
<a href="http://www.familylaw.lss.bc.ca/resources/fact_sheets/parentingApart.php" target="_blank">
Parenting apart
</a> and the other fact sheets it links to.
</p>
</div>
</div>
</div>
{% endblock content %} {% endblock content %}


+ 10
- 0
edivorce/fixtures/Question.json View File

@ -846,5 +846,15 @@
}, },
"model": "core.question", "model": "core.question",
"pk": "order_for_child_support" "pk": "order_for_child_support"
},
{
"fields": {
"name": "Please indicate which act you are asking for support under.",
"description": "For Step 6, Your children - What are you asking for",
"summary_order": 0,
"required": "Required"
},
"model": "core.question",
"pk": "child_support_act"
} }
] ]

Loading…
Cancel
Save