Browse Source

DIV-500

pull/160/head
Justin Johnson 8 years ago
parent
commit
1023f7ca21
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      edivorce/apps/core/templates/question/04_marriage.html
  2. +2
    -2
      edivorce/apps/core/templates/question/09_other_questions.html

+ 2
- 2
edivorce/apps/core/templates/question/04_marriage.html View File

@ -93,7 +93,7 @@
<p>Enter the location as it appears on the marriage certificate (e.g. city, province or state and country)</p> <p>Enter the location as it appears on the marriage certificate (e.g. city, province or state and country)</p>
<p>City</p> <p>City</p>
{% input_field type="text" name="where_were_you_married_city" class="form-block input-wide response-textbox" %} {% input_field type="text" name="where_were_you_married_city" class="form-block input-wide response-textbox" %}
<p>Prov/State</p>
<p>Prov/State (optional)</p>
{% input_field type="text" name="where_were_you_married_prov" class="form-block input-narrow response-textbox" %} {% input_field type="text" name="where_were_you_married_prov" class="form-block input-narrow response-textbox" %}
<p>Country</p> <p>Country</p>
@ -145,4 +145,4 @@
<h3>The Laws about People in Relationships</h3> <h3>The Laws about People in Relationships</h3>
<p>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.</p> <p>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.</p>
</div> </div>
{% endblock %}
{% endblock %}

+ 2
- 2
edivorce/apps/core/templates/question/09_other_questions.html View File

@ -19,7 +19,7 @@
{% input_field type="text" name="address_to_send_official_document_street_you" class="form-block input-wide response-textbox" %} {% input_field type="text" name="address_to_send_official_document_street_you" class="form-block input-wide response-textbox" %}
<p>City</p> <p>City</p>
{% input_field type="text" name="address_to_send_official_document_city_you" class="form-block input-wide response-textbox" %} {% input_field type="text" name="address_to_send_official_document_city_you" class="form-block input-wide response-textbox" %}
<p>Prov/State</p>
<p>Prov/State (optional)</p>
{% input_field type="text" name="address_to_send_official_document_prov_you" class="form-block input-narrow response-textbox" %} {% input_field type="text" name="address_to_send_official_document_prov_you" class="form-block input-narrow response-textbox" %}
<p>Country</p> <p>Country</p>
@ -53,7 +53,7 @@
{% input_field type="text" name="address_to_send_official_document_street_spouse" class="form-block input-wide response-textbox" %} {% input_field type="text" name="address_to_send_official_document_street_spouse" class="form-block input-wide response-textbox" %}
<p>City</p> <p>City</p>
{% input_field type="text" name="address_to_send_official_document_city_spouse" class="form-block input-wide response-textbox" %} {% input_field type="text" name="address_to_send_official_document_city_spouse" class="form-block input-wide response-textbox" %}
<p>Prov/State</p>
<p>Prov/State (optional)</p>
{% input_field type="text" name="address_to_send_official_document_prov_spouse" class="form-block input-narrow response-textbox" %} {% input_field type="text" name="address_to_send_official_document_prov_spouse" class="form-block input-narrow response-textbox" %}
<p>Country</p> <p>Country</p>


Loading…
Cancel
Save