diff --git a/edivorce/apps/core/templates/partials/dashnav.html b/edivorce/apps/core/templates/partials/dashnav.html index 4a8488d2..aba59de7 100644 --- a/edivorce/apps/core/templates/partials/dashnav.html +++ b/edivorce/apps/core/templates/partials/dashnav.html @@ -1,6 +1,6 @@ {% load static %}
-

Divorce Application Stages

+

Application Stages

diff --git a/edivorce/apps/core/templates/question/03_respondent.html b/edivorce/apps/core/templates/question/03_respondent.html index 51c8496a..5afe8443 100644 --- a/edivorce/apps/core/templates/question/03_respondent.html +++ b/edivorce/apps/core/templates/question/03_respondent.html @@ -15,7 +15,6 @@

What is your spouse's name ( enter name as it appears on the marriage certificate or registration of marriage)?

{% input_field type="text" name="name_spouse" class="form-block input-wide response-textbox" %} -

This is also know as surname or family name.

@@ -59,13 +57,12 @@
-

This could be an abbreviaton of your legal name, a maiden name, or any aliases they use for business +

This could be an abbreviation of your legal name, a maiden name, or any aliases they use for business or legal matters.

@@ -76,7 +73,7 @@ the court order match what is on the title. This wold also apply to pensions, RRSPs, etc. The order for divorce is also used to create linkages between names.

You may want to take a look at the names that you have used on any legal and business - agreements/contracts to ensure you are providing the courts with all variations of your name.

+ agreements/contracts to ensure you are providing the courts with all variations of your spouse's name.

diff --git a/edivorce/apps/core/templates/question/06_support.html b/edivorce/apps/core/templates/question/06_support.html index 8cf59aeb..762acb56 100644 --- a/edivorce/apps/core/templates/question/06_support.html +++ b/edivorce/apps/core/templates/question/06_support.html @@ -15,7 +15,12 @@

Claimant 1 and Claimant 2 are asking for an order for spousal support as follows:

- {% input_field type="textarea" name="spouse_support_details" rows="8" cols="65" class="response-textarea" %} + {% input_field type="textarea" name="spouse_support_details" rows="8" cols="65" class="response-textarea" placeholder="Please enter the spousal support details that you wnat to appear in the order issued by the court." %} +

+ To see some examples of how to write what you are asking for, refer to the Supreme Court of B.C. website. The website has a list of + standard terms + for most of the usual orders made in family cases. +

{% input_field type="textarea" name="how_to_divide_property_debt" rows="8" cols="65" class="response-textarea" %} +

+ To see some examples of how to write what you are asking for, refer to the Supreme Court of B.C. website. The website has a list of + standard terms + for most of the usual orders made in family cases. +