From 6367119cd79a693ba0610b379824a830e70e43d4 Mon Sep 17 00:00:00 2001 From: Benard Ebinu Date: Thu, 7 Dec 2017 14:55:06 -0800 Subject: [PATCH] DIV-532: question about court order for supporting children --- .../question/06_children_what_for.html | 51 +++++++++++++++++++ edivorce/fixtures/Question.json | 10 ++++ 2 files changed, 61 insertions(+) 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 aa7fa02b..f2fb14fc 100644 --- a/edivorce/apps/core/templates/question/06_children_what_for.html +++ b/edivorce/apps/core/templates/question/06_children_what_for.html @@ -100,6 +100,57 @@ +
+

Do you have a + + court order + + about parenting and support of the children?

+
+ + + +
+ + +
+ {% endblock content %} diff --git a/edivorce/fixtures/Question.json b/edivorce/fixtures/Question.json index e3c95666..45699e38 100644 --- a/edivorce/fixtures/Question.json +++ b/edivorce/fixtures/Question.json @@ -816,5 +816,15 @@ }, "model": "core.question", "pk": "have_separation_agreement" +}, +{ + "fields": { + "name": "Do you have a court order about parenting and support of the children?", + "description": "For Step 6, Your children - What are you asking for", + "summary_order": 0, + "required": "Required" + }, + "model": "core.question", + "pk": "have_court_order" } ]