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 f2fb14fc..9a2cbbf0 100644 --- a/edivorce/apps/core/templates/question/06_children_what_for.html +++ b/edivorce/apps/core/templates/question/06_children_what_for.html @@ -151,6 +151,73 @@ +
+

If you are asking for an + + order respecting parenting arrangements or contact + + please describe what you are asking for. +

+

+ Include any details pertaining to + + custody + , + + guardianship + + and + + access + + . If you're not sure as to how to phrase 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. +

+ + {% input_field type="textarea" name="order_respecting_arrangement" class="response-textarea form-control" maxlength="20000" rows="15"%} +
+ {% endblock content %} diff --git a/edivorce/fixtures/Question.json b/edivorce/fixtures/Question.json index 45699e38..adf8611c 100644 --- a/edivorce/fixtures/Question.json +++ b/edivorce/fixtures/Question.json @@ -826,5 +826,15 @@ }, "model": "core.question", "pk": "have_court_order" +}, +{ + "fields": { + "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" } ]