diff --git a/edivorce/apps/core/templates/partials/required.html b/edivorce/apps/core/templates/partials/required.html new file mode 100644 index 00000000..396cb4e5 --- /dev/null +++ b/edivorce/apps/core/templates/partials/required.html @@ -0,0 +1 @@ +* Required \ No newline at end of file diff --git a/edivorce/apps/core/templates/question/02_claimant.html b/edivorce/apps/core/templates/question/02_claimant.html index e48d0be9..d1ab2e6d 100644 --- a/edivorce/apps/core/templates/question/02_claimant.html +++ b/edivorce/apps/core/templates/question/02_claimant.html @@ -10,8 +10,9 @@

Step 2:Your Information (Claimant 1)

-
-

Please enter your name (as it appears on your marriage certificate or registration of marriage)

+
+

Please enter your name (as it appears on your marriage certificate or registration of marriage) + {% if name_you_error %}{% include 'partials/required.html' %}{% endif %}

{% input_field type="text" name="name_you" class="form-block input-wide response-textbox name" %} @@ -40,8 +41,8 @@
-
-

Do you go by any other names?

+
+

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