diff --git a/edivorce/apps/core/templates/question/04_marriage.html b/edivorce/apps/core/templates/question/04_marriage.html index d5e32ec7..d44df181 100644 --- a/edivorce/apps/core/templates/question/04_marriage.html +++ b/edivorce/apps/core/templates/question/04_marriage.html @@ -93,7 +93,7 @@
Enter the location as it appears on the marriage certificate (e.g. city, province or state and country)
City
{% input_field type="text" name="where_were_you_married_city" class="form-block input-wide response-textbox" %} -Prov/State
+Prov/State (optional)
{% input_field type="text" name="where_were_you_married_prov" class="form-block input-narrow response-textbox" %}Country
@@ -145,4 +145,4 @@The two laws in B.C. that you may need to know about are the provincial Family Law Act and the federal Divorce act. The Family Law Act applies to all married and unmarried spouses. The Divorce Act only applies to married spouses.
-{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/edivorce/apps/core/templates/question/09_other_questions.html b/edivorce/apps/core/templates/question/09_other_questions.html index 96702df9..c333b052 100644 --- a/edivorce/apps/core/templates/question/09_other_questions.html +++ b/edivorce/apps/core/templates/question/09_other_questions.html @@ -19,7 +19,7 @@ {% input_field type="text" name="address_to_send_official_document_street_you" class="form-block input-wide response-textbox" %}City
{% input_field type="text" name="address_to_send_official_document_city_you" class="form-block input-wide response-textbox" %} -Prov/State
+Prov/State (optional)
{% input_field type="text" name="address_to_send_official_document_prov_you" class="form-block input-narrow response-textbox" %}Country
@@ -53,7 +53,7 @@ {% input_field type="text" name="address_to_send_official_document_street_spouse" class="form-block input-wide response-textbox" %}City
{% input_field type="text" name="address_to_send_official_document_city_spouse" class="form-block input-wide response-textbox" %} -Prov/State
+Prov/State (optional)
{% input_field type="text" name="address_to_send_official_document_prov_spouse" class="form-block input-narrow response-textbox" %}Country