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 @@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.
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.
It is very important that you enter the information below as it appears on your official marriage - certificate - - or registration of marriage - . Not doing this can result in delays and +
It is very important that you enter the information below as it appears on your + {% include "partials/tooltips/original_marriage_certificate.html" with text="official marriage certificate" %} + or {% include "partials/tooltips/registration_marriage_certificate.html" %}. Not doing this can result in delays and your divorce request being returned for correction.
We are legally required to ask whether or not you and {% spouse_name %} - have agreed to deceive the court. This is called “collusion - ”. An example of collusion is when a couple agrees to lie about the date of separation to speed up the divorce process. + have agreed to deceive the court. This is called “{% include "partials/tooltips/collusion.html" %}”. + An example of collusion is when a couple agrees to lie about the date of separation to speed up the divorce process. {% if no_collusion_error %}{% include 'partials/required.html' with inline=True %}{% endif %}
{% if no_collusion_error %} diff --git a/edivorce/apps/core/templates/question/07_support.html b/edivorce/apps/core/templates/question/07_support.html index 4f1cb7e8..7326adbc 100644 --- a/edivorce/apps/core/templates/question/07_support.html +++ b/edivorce/apps/core/templates/question/07_support.html @@ -16,13 +16,7 @@After you separate, the law says that all - family property and - family debt - must be divided equally between you and your spouse, unless you have - an agreement - that says you'll divide them differently. +
After you separate, the law says that all {% include "partials/tooltips/family_property.html" %} and + {% include "partials/tooltips/family_debt.html" %} must be divided equally between you and your spouse, unless you have + {% include "partials/tooltips/an_agreement.html" %} that says you'll divide them differently.
Family property is everything either you or your spouse own together or diff --git a/edivorce/apps/core/templates/question/11_location.html b/edivorce/apps/core/templates/question/11_location.html index ddcf6525..36742a4e 100644 --- a/edivorce/apps/core/templates/question/11_location.html +++ b/edivorce/apps/core/templates/question/11_location.html @@ -12,10 +12,7 @@
The only way to obtain an order for divorce is by starting a court proceeding in the B.C. Supreme Court; you must sue your spouse if you want to get divorced. To do this you will need to submit (file) your - divorce application at a - court registry. + divorce application at a {% include "partials/tooltips/registry.html" with text="court registry" %}.