diff --git a/edivorce/apps/core/templates/partials/tooltips/an_agreement.html b/edivorce/apps/core/templates/partials/tooltips/an_agreement.html new file mode 100644 index 00000000..bea29bf2 --- /dev/null +++ b/edivorce/apps/core/templates/partials/tooltips/an_agreement.html @@ -0,0 +1,14 @@ +{% extends "partials/tooltips/base.html" %} + +{% block title %} + An Agreement +{% endblock %} + +{% block inner %} + A written document that sets out how you and your spouse have agreed + to deal with parenting, support, and/or property. +{% endblock %} + +{% block label %} + an agreement +{% endblock %} \ No newline at end of file diff --git a/edivorce/apps/core/templates/partials/tooltips/children_of_marriage.html b/edivorce/apps/core/templates/partials/tooltips/children/children_of_marriage.html similarity index 100% rename from edivorce/apps/core/templates/partials/tooltips/children_of_marriage.html rename to edivorce/apps/core/templates/partials/tooltips/children/children_of_marriage.html diff --git a/edivorce/apps/core/templates/partials/tooltips/collusion.html b/edivorce/apps/core/templates/partials/tooltips/collusion.html new file mode 100644 index 00000000..f0712147 --- /dev/null +++ b/edivorce/apps/core/templates/partials/tooltips/collusion.html @@ -0,0 +1,13 @@ +{% extends "partials/tooltips/base.html" %} + +{% block title %} + Collusion +{% endblock %} + +{% block inner %} + Basically this statement confirms that you and your spouse haven’t lied or tried to deceive the court + in any way (for example, saying that you’ve been separated for longer than you have been). + It is a legal requirement that you confirm you are providing accurate and complete information. +{% endblock %} + +{% block label %}collusion{% endblock %} \ No newline at end of file diff --git a/edivorce/apps/core/templates/partials/tooltips/court_order.html b/edivorce/apps/core/templates/partials/tooltips/court_order.html index 8b7a77cd..68ecfa30 100644 --- a/edivorce/apps/core/templates/partials/tooltips/court_order.html +++ b/edivorce/apps/core/templates/partials/tooltips/court_order.html @@ -5,7 +5,9 @@ {% endblock %} {% block inner %} - A type of court ruling a judge or master makes that sets out what you must do or not do. + A record of a decision made by a judge or master that tells you or your spouse what you must do (or not do). + For example: The court has made an order that your spouse must pay you $250 on a monthly basis + to help pay off your combined debt. {% endblock %} {% block label %} diff --git a/edivorce/apps/core/templates/partials/tooltips/family_debt.html b/edivorce/apps/core/templates/partials/tooltips/family_debt.html new file mode 100644 index 00000000..e19c1ca4 --- /dev/null +++ b/edivorce/apps/core/templates/partials/tooltips/family_debt.html @@ -0,0 +1,16 @@ +{% extends "partials/tooltips/base.html" %} + +{% block title %} + Family Debt +{% endblock %} + +{% block inner %} + Money owed to others accumulated during a relationship or to + maintain family property after separation. The law assumes that + both spouses are equally responsible for the debt unless an equal + division would be “significantly unfair.” +{% endblock %} + +{% block label %} + family debt +{% endblock %} \ No newline at end of file diff --git a/edivorce/apps/core/templates/partials/tooltips/family_property.html b/edivorce/apps/core/templates/partials/tooltips/family_property.html new file mode 100644 index 00000000..6eed0c2f --- /dev/null +++ b/edivorce/apps/core/templates/partials/tooltips/family_property.html @@ -0,0 +1,17 @@ +{% extends "partials/tooltips/base.html" %} + +{% block title %} + Family Property +{% endblock %} + +{% block inner %} + The asset acquired by either spouse during the course of the + relationship, plus any increase in the value of excluded + properties. The law assumes that you're both entitled to an equal + share of family property unless an equal division would be + significantly unfair. +{% endblock %} + +{% block label %} + family property +{% endblock %} \ No newline at end of file diff --git a/edivorce/apps/core/templates/partials/tooltips/order.html b/edivorce/apps/core/templates/partials/tooltips/order.html new file mode 100644 index 00000000..e2793246 --- /dev/null +++ b/edivorce/apps/core/templates/partials/tooltips/order.html @@ -0,0 +1,11 @@ +{% extends "partials/tooltips/base.html" %} + +{% block title %} + Orders +{% endblock %} + +{% block inner %} + A type of court ruling a judge or master makes that sets out what you must do or not do. +{% endblock %} + +{% block label %}order{% endblock %} diff --git a/edivorce/apps/core/templates/partials/tooltips/orders.html b/edivorce/apps/core/templates/partials/tooltips/orders.html deleted file mode 100644 index 65a16415..00000000 --- a/edivorce/apps/core/templates/partials/tooltips/orders.html +++ /dev/null @@ -1,13 +0,0 @@ -{% extends "partials/tooltips/base.html" %} - -{% block title %} - Orders -{% endblock %} - -{% block inner %} - A record of a decision made by a judge or master that tells you or your spouse what you must do (or not do). - For example: The court has made an order that your spouse must pay you $250 on a monthly basis - to help pay off your combined debt. -{% endblock %} - -{% block label %}Orders{% endblock %} diff --git a/edivorce/apps/core/templates/partials/tooltips/ordinary_resident.html b/edivorce/apps/core/templates/partials/tooltips/ordinary_residence.html similarity index 100% rename from edivorce/apps/core/templates/partials/tooltips/ordinary_resident.html rename to edivorce/apps/core/templates/partials/tooltips/ordinary_residence.html diff --git a/edivorce/apps/core/templates/partials/tooltips/registry.html b/edivorce/apps/core/templates/partials/tooltips/registry.html index e252ceb5..28e2ab48 100644 --- a/edivorce/apps/core/templates/partials/tooltips/registry.html +++ b/edivorce/apps/core/templates/partials/tooltips/registry.html @@ -1,7 +1,7 @@ {% extends "partials/tooltips/base.html" %} {% block title %} - Registry + Court Registry {% endblock %} {% block inner %} diff --git a/edivorce/apps/core/templates/prequalification/step_02.html b/edivorce/apps/core/templates/prequalification/step_02.html index 403e5bdc..89b12c7b 100644 --- a/edivorce/apps/core/templates/prequalification/step_02.html +++ b/edivorce/apps/core/templates/prequalification/step_02.html @@ -87,7 +87,7 @@

In order to apply for a divorce in B.C., you or your spouse must have - been a regular resident in B.C (the legal term is {% include "partials/tooltips/ordinary_resident.html" %}) + been a regular resident in B.C (the legal term is {% include "partials/tooltips/ordinary_residence.html" %}) for at least one year immediately before starting the proceeding.

diff --git a/edivorce/apps/core/templates/prequalification/step_04.html b/edivorce/apps/core/templates/prequalification/step_04.html index 18fb2229..eaf99af9 100644 --- a/edivorce/apps/core/templates/prequalification/step_04.html +++ b/edivorce/apps/core/templates/prequalification/step_04.html @@ -41,7 +41,7 @@

Legally, the court is only concerned with - {% include "partials/tooltips/children_of_marriage.html" %}. + {% include "partials/tooltips/children/children_of_marriage.html" %}. If you had children with your spouse, but the children are over the age of majority (19 in B.C.) and independent, they are no longer considered ‘children of the marriage’ under the Divorce diff --git a/edivorce/apps/core/templates/prequalification/step_05.html b/edivorce/apps/core/templates/prequalification/step_05.html index 4b9db0f2..e0918576 100644 --- a/edivorce/apps/core/templates/prequalification/step_05.html +++ b/edivorce/apps/core/templates/prequalification/step_05.html @@ -101,7 +101,7 @@

If the {% include "partials/tooltips/court_registrar.html" with text="registrar" %} agrees with the reasons you provide, and accepts the Notice of Joint Family Claim Form (F1), you will need to provide proof of marriage before your application for a divorce - {% include "partials/tooltips/court_order.html" with text="order" %} + {% include "partials/tooltips/order.html" %} will be reviewed by the court. Other matters can be pursued in the mean time.

If the registrar is dissatisfied with the reason(s) you provide, you will not be able to file the Notice of Joint Family claim Form (F1) until the proof of marriage can be produced.

diff --git a/edivorce/apps/core/templates/question/01_orders.html b/edivorce/apps/core/templates/question/01_orders.html index e61cb5d1..9c4bf5c4 100644 --- a/edivorce/apps/core/templates/question/01_orders.html +++ b/edivorce/apps/core/templates/question/01_orders.html @@ -12,7 +12,7 @@

{% if not intercepted %}Step 1:{% endif %} - What are you asking for ({% include "partials/tooltips/orders.html" %})? + What are you asking for ({% include "partials/tooltips/order.html" with text="Orders" %})?

Please select what you are asking for. Later on you will be asked to provide details for each request.

diff --git a/edivorce/apps/core/templates/question/02_claimant.html b/edivorce/apps/core/templates/question/02_claimant.html index 905196f3..05aecd19 100644 --- a/edivorce/apps/core/templates/question/02_claimant.html +++ b/edivorce/apps/core/templates/question/02_claimant.html @@ -78,13 +78,13 @@
-

The name(s) that you provide will appear on the final - court order(s) . Any names you provide will be used on the final court order for the purposes of executing - or following up on the orders. For example, if you and your spouse will be dividing property, the Land Titles will likely want to see the name in the court order match what is on the title. This would 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.

+

The name(s) that you provide will appear on the final {% include "partials/tooltips/court_order.html" with text="court order(s)" %}. + Any names you provide will be used on the final court order for the purposes of executing or following up on the orders. + For example, if you and your spouse will be dividing property, the Land Titles will likely want to see the name in the + court order match what is on the title. This would 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.

@@ -160,13 +160,7 @@

In order to apply for a divorce in B.C., you or your spouse must have been a regular resident in B.C (the legal term is - - ordinarily resident) for at least one year immediately before starting the proceeding. + {% include "partials/tooltips/ordinary_residence.html" %}) for at least one year immediately before starting the proceeding.

-

The name(s) that you provide will appear on the final - - court order (s). Any names you provide will be - used on the final court order for the purposes of executing or following up on the orders. For example, - if you and your spouse will be dividing property, Land Titles will likely want to see the name in +

The name(s) that you provide will appear on the final {% include "partials/tooltips/court_order.html" with text="court order(s)" %}. + Any names you provide will be used on the final court order for the purposes of executing or following up on the orders. + For example, if you and your spouse will be dividing property, Land Titles will likely want to see the name in the court order match what is on the title. This would 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 @@ -170,15 +166,8 @@

-

In order to apply for a divorce in B.C., you or your spouse must have been a regular resident in B.C (the legal term is ordinarily resident - - ordinarily resident - ) for at least one year immediately before starting the proceeding. +

In order to apply for a divorce in B.C., you or your spouse must have been a regular resident in B.C (the legal term is + {% include "partials/tooltips/ordinary_residence.html" %}) for at least one year immediately before starting the proceeding.