From 0f5dd2d1b053c4119d597a1ae4d1afb87b99f886 Mon Sep 17 00:00:00 2001 From: Benard Ebinu Date: Thu, 7 Dec 2017 15:44:05 -0800 Subject: [PATCH] DIV-565: order for child support --- .../question/06_children_what_for.html | 51 +++++++++++++++++++ edivorce/fixtures/Question.json | 12 ++++- 2 files changed, 62 insertions(+), 1 deletion(-) diff --git a/edivorce/apps/core/templates/question/06_children_what_for.html b/edivorce/apps/core/templates/question/06_children_what_for.html index 9a2cbbf0..2f67b85d 100644 --- a/edivorce/apps/core/templates/question/06_children_what_for.html +++ b/edivorce/apps/core/templates/question/06_children_what_for.html @@ -215,9 +215,60 @@ which sets out standard terms for most of the usual orders made in family cases.

+ +
+
+

Parenting arrangements

+

+ If you and your spouse (married or unmarried) have dependent children + (usually under age 19), you need to make arrangements for taking care of the children when you + separate. Parenting arrangements include: +

+
    +
  • who will make decisions about the children,
  • +
  • where the children are going to live, and
  • +
  • how much time the children will spend with each parent who is a guardian.
  • +
+
+
+ {% input_field type="textarea" name="order_respecting_arrangement" class="response-textarea form-control" maxlength="20000" rows="15"%} +
+

If you are asking for an + + order for child support + + please describe what you are asking for. +

+

+ Child support is determined according to the federal government’s + + child support guidelines + . If you're not sure how to write what you are asking for, you can refer to the + + The Supreme Court Family Order Pick List + which sets out standard terms for most of the usual orders made in family cases. Refer to the fact sheet + + Child Support + by the Legal Services Society for more information. +

+ + {% input_field type="textarea" name="order_for_child_support" class="response-textarea form-control" maxlength="20000" rows="15"%} +
+ {% endblock content %} diff --git a/edivorce/fixtures/Question.json b/edivorce/fixtures/Question.json index adf8611c..ffe23c24 100644 --- a/edivorce/fixtures/Question.json +++ b/edivorce/fixtures/Question.json @@ -829,12 +829,22 @@ }, { "fields": { - "name": "If you are asking for an order respecting parenting arrangements or contact please describe what you are asking for", + "name": "If you are asking for an order respecting parenting arrangements or contact please describe what you are asking for.", "description": "For Step 6, Your children - What are you asking for", "summary_order": 0, "required": "Required" }, "model": "core.question", "pk": "order_respecting_arrangement" +}, +{ + "fields": { + "name": "If you are asking for an order for child support please describe what you are asking for.", + "description": "For Step 6, Your children - What are you asking for", + "summary_order": 0, + "required": "Required" + }, + "model": "core.question", + "pk": "order_for_child_support" } ]