diff --git a/edivorce/apps/core/templates/question/06_children_payor_medical.html b/edivorce/apps/core/templates/question/06_children_payor_medical.html index ed39a43b..1aca32fe 100644 --- a/edivorce/apps/core/templates/question/06_children_payor_medical.html +++ b/edivorce/apps/core/templates/question/06_children_payor_medical.html @@ -9,6 +9,54 @@ {% block content %}

Step {% step_order step="children" %}:Children - Payor & medical expenses

+
+

Who is the + + payor + + ? +

+

+ Please select one +

+ +
+ +
+
+ +
+
+ +
+ + +
+
+

+ The parent who the child lives with most of the time is entitled to child support from the other + parent. If a child spends equal (or almost equal) time with both parents, the parent with the higher + income will usually have to pay child support. +

+
+
+
+ {% endblock %} diff --git a/edivorce/fixtures/Question.json b/edivorce/fixtures/Question.json index 135c5c63..406cd0df 100644 --- a/edivorce/fixtures/Question.json +++ b/edivorce/fixtures/Question.json @@ -1504,6 +1504,16 @@ }, "model": "core.question", "pk": "suggested_child_support" +}, +{ + "fields": { + "name": "Who is the payor?", + "description": "For Step 6, Your children - Payor & medical expenses", + "summary_order": 0, + "required": "Required" + }, + "model": "core.question", + "pk": "child_support_payor" } ]