From 4b4c737ce1bfaf7638cd99dc7c8be04ba96fe0b5 Mon Sep 17 00:00:00 2001 From: Benard Ebinu Date: Thu, 11 Jan 2018 15:54:13 -0800 Subject: [PATCH] DIV-708,DIV-709 - changing the title of fact sheets --- .../core/templates/question/06_children_facts.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/edivorce/apps/core/templates/question/06_children_facts.html b/edivorce/apps/core/templates/question/06_children_facts.html index 1fd7b218..13938246 100644 --- a/edivorce/apps/core/templates/question/06_children_facts.html +++ b/edivorce/apps/core/templates/question/06_children_facts.html @@ -224,7 +224,7 @@ {% endif %}
@@ -255,10 +255,10 @@ What is the approximate amount of time the children spend with each parent? - {% input_field type="number" name="time_spent_with_you" class="fact-sheet-input" %} + {% input_field type="number" name="time_spent_with_you" class="fact-sheet-input" min="0" %} - {% input_field type="number" name="time_spent_with_spouse" class="fact-sheet-input" %} + {% input_field type="number" name="time_spent_with_spouse" class="fact-sheet-input" min="0" %} @@ -418,7 +418,7 @@