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 @@