diff --git a/edivorce/apps/core/templates/dashboard/wait.html b/edivorce/apps/core/templates/dashboard/wait.html index cf41c3a3..7e1244aa 100644 --- a/edivorce/apps/core/templates/dashboard/wait.html +++ b/edivorce/apps/core/templates/dashboard/wait.html @@ -7,7 +7,7 @@ {% block content %}

Wait while Judge reviews your request

- Once filed, the stage 2 forms will be passed to a judge. If the judge determines that you are entitled to a divorce, he or she will grant you a Divorce Order. + Once filed, forms will be passed to a judge. If the judge determines that you are entitled to a divorce, he or she will grant you a Divorce Order.

{% endblock %} diff --git a/edivorce/apps/core/templates/question/01_orders.html b/edivorce/apps/core/templates/question/01_orders.html index cf9c123b..118e5671 100644 --- a/edivorce/apps/core/templates/question/01_orders.html +++ b/edivorce/apps/core/templates/question/01_orders.html @@ -127,15 +127,28 @@ {% endblock %} {% block formBack %}{% url 'overview' %}{% endblock %} {% block formNext %}{% next_step step='orders' %}{% endblock %}{% block nextButtonAttribute %}id="check_order_selected" data-proceed="false" data-show_alert="false"{% endblock %} {% block sidebarText %} +

What are Orders?

An order is the record of the judge's decision. It is filed at the court registry.

- In Supreme Court, the parties involved in a case (or their lawyers) are responsible for telling the court the order(s) they want. This is done by putting the details in writing in their application and in a draft of the order to be signed by the judge - or master. The judge or master who reviews the application will sign the order, if they approve it. + An order is the record of the judge's decision. It is filed at the court registry. In Supreme Court, the parties involved in a case (or their lawyers) are responsible for telling the court the order(s) they want. + This is done by putting the details in writing in their + application + and in a + draft of the order + to be signed by the judge or + master. + The judge or master who reviews the application will sign the order, if they approve it.

-

Can we define "draft"? The term is referenced on Form F35 and would naturally fit in this explanation.

-

Define application
An application (request) to the Court for an order or judgment which occurs during the course of a court proceeding

- More information on Court Orders can be found on the Legal Services Society website. - + More information on Court Orders can be found on the Family Law in B.C. website.

{% endblock %} \ No newline at end of file diff --git a/edivorce/fixtures/Question.json b/edivorce/fixtures/Question.json index 94a9af00..c8d3e0ce 100644 --- a/edivorce/fixtures/Question.json +++ b/edivorce/fixtures/Question.json @@ -41,7 +41,7 @@ }, { "fields": { - "name": "Please enter the period(s) during which you attempted to reconcile", + "name": "Please enter the period(s) during which you attempted to reconcile.", "description": "For pre-qualification step 3, Form 1 2. Divorce section B" }, "model": "core.question", @@ -121,7 +121,7 @@ }, { "fields": { - "name": "Please enter your name (as it appears on the marriage certificate)", + "name": "Please enter your name (as it appears on the marriage certificate).", "description": "For step 2, Form 1 Claimant 1" }, "model": "core.question", @@ -137,7 +137,7 @@ }, { "fields": { - "name": "Please enter the name", + "name": "Please enter the name.", "description": "For step 2" }, "model": "core.question", @@ -193,7 +193,7 @@ }, { "fields": { - "name": "Please enter your spouse's name (as it appears on the marriage certificate)", + "name": "Please enter your spouse's name (as it appears on the marriage certificate).", "description": "For step 3, Form 1 Claimant 2" }, "model": "core.question", @@ -209,7 +209,7 @@ }, { "fields": { - "name": "Please enter the name", + "name": "Please enter the name.", "description": "For step 3" }, "model": "core.question", @@ -393,7 +393,7 @@ }, { "fields": { - "name": "Please list any other property claims", + "name": "Please list any other property claims.", "description": "For step 7, Form 1 6. Property and debt" }, "model": "core.question", @@ -553,7 +553,7 @@ }, { "fields": { - "name": "Please list any other orders", + "name": "Please enter the details for any other orders that you are asking for.", "description": "DUMMY QUESTION for step 8 other orders" }, "model": "core.question",