diff --git a/edivorce/apps/core/templates/question/02_claimant.html b/edivorce/apps/core/templates/question/02_claimant.html index 09e0deaf..b2c94439 100644 --- a/edivorce/apps/core/templates/question/02_claimant.html +++ b/edivorce/apps/core/templates/question/02_claimant.html @@ -60,7 +60,7 @@
-

Do you go by any other names?{% include "partials/optional.html" %}

+

Do you go by any other names?{% if any_other_name_you_error %}{% include 'partials/required.html' %}{% endif %}

-

Does your spouse go by any other names?{% include "partials/optional.html" %}

+

Does your spouse go by any other names?{% if any_other_name_spouse_error %}{% include 'partials/required.html' %}{% endif %}