From 0777b320db39870cfc42d76fea678605b1e74020 Mon Sep 17 00:00:00 2001 From: ariannedee Date: Mon, 10 Aug 2020 11:36:16 -0700 Subject: [PATCH] Add required fields to other orders --- .../core/templates/question/09_other_orders.html | 14 +++++++------- edivorce/apps/core/utils/question_step_mapping.py | 1 + 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/edivorce/apps/core/templates/question/09_other_orders.html b/edivorce/apps/core/templates/question/09_other_orders.html index 5dc8ed9c..a2c56aa1 100644 --- a/edivorce/apps/core/templates/question/09_other_orders.html +++ b/edivorce/apps/core/templates/question/09_other_orders.html @@ -11,8 +11,8 @@

Step {% step_order step="other_orders" %}:Other Orders

-
-

Are you asking for a legal name change?

+
+

Are you asking for a legal name change?{% if name_change_you_error %}{% include 'partials/required.html' %}{% endif %}

-
-

Is your spouse asking for a legal name change?

+
+

Is your spouse asking for a legal name change?{% if name_change_spouse_error %}{% include 'partials/required.html' %}{% endif %}

-

Please enter the details for other orders that you are asking for.

+

Please enter the details for other orders that you are asking for.{% include 'partials/optional.html' %}

{% input_field type="textarea" name="other_orders_detail" rows="8" cols="65" class="response-textarea" %}