From 5b1dc0568f9bb0c65e5125f0bd024351baf64f59 Mon Sep 17 00:00:00 2001 From: ariannedee Date: Mon, 10 Aug 2020 11:20:26 -0700 Subject: [PATCH] Add required fields to spousal support --- edivorce/apps/core/templates/question/07_support.html | 9 +++++---- edivorce/apps/core/utils/question_step_mapping.py | 3 +++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/edivorce/apps/core/templates/question/07_support.html b/edivorce/apps/core/templates/question/07_support.html index 63c356c3..f888ca60 100644 --- a/edivorce/apps/core/templates/question/07_support.html +++ b/edivorce/apps/core/templates/question/07_support.html @@ -11,7 +11,7 @@

Step 6:Spousal Support

-
+

{% if name_you %}{{ name_you }}{% else %}Claimant 1{% endif %} and {% if name_spouse %}{{ name_spouse }}{% else %}Claimant 2{% endif %} @@ -22,7 +22,7 @@

A type of court ruling a judge or master makes that sets out what you must do or not do.

">order - for spousal support as follows: + for spousal support as follows:{% if spouse_support_details_error %}{% include 'partials/required.html' %}{% endif %}

{% input_field type="textarea" name="spouse_support_details" rows="8" cols="65" class="response-textarea" placeholder="Please enter the spousal support details that you want to appear in the order issued by the court." %}

@@ -151,9 +151,10 @@

-
+
{% if married_marriage_like == "Legally married" %} -

Please indicate which act you are asking for support under.

+

Please indicate which act you are asking for support under.{% if spouse_support_act_error %}{% include 'partials/required.html' %}{% endif %} +