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" } ]