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