diff --git a/edivorce/apps/core/templates/dashboard/initial_filing.html b/edivorce/apps/core/templates/dashboard/initial_filing.html index 568c29de..e6bb580a 100644 --- a/edivorce/apps/core/templates/dashboard/initial_filing.html +++ b/edivorce/apps/core/templates/dashboard/initial_filing.html @@ -49,7 +49,7 @@
Your filing (submitting completed documents to the court registry) occurs in two parts. The initial filing initiates the divorce proceeding. - Once initial filing is complete you will receive a Court Filing Number. + Once initial filing is complete you will receive a Court File Number. This number is important as it will allow you or your spouse to file the remaining documents required to complete your divorce.
@@ -104,7 +104,7 @@ This may take up to one week.- You will need your Court Filing Number if you are filing any additional documentation. + You will need your Court File Number if you are filing any additional documentation.
{% elif how_to_file == 'In-person' %}diff --git a/edivorce/apps/core/templates/dashboard/next_steps.html b/edivorce/apps/core/templates/dashboard/next_steps.html index c60393b2..7e8cdc4c 100644 --- a/edivorce/apps/core/templates/dashboard/next_steps.html +++ b/edivorce/apps/core/templates/dashboard/next_steps.html @@ -11,7 +11,7 @@ {% if how_to_file == 'Online' %} {% if final_filing_submitted %}
- You’ve successfully completed filing online. + You have successfully completed filing online.
Your {% include "partials/tooltips/online_package_number.html" with with_cso=True %} is {{ final_filing_package_number }} @@ -26,14 +26,17 @@
{% endif %}- Once your filing has been reviewed by the {% include "partials/tooltips/court_registry.html" %}, you will receive an e-mail confirmation of your filing. - This e-mail will include a {% include "partials/tooltips/court_file_number.html" %}, please keep this number for your records and use it if filing any additional documents. + Once your filing has been reviewed by the {% include "partials/tooltips/court_registry.html" %}, you will receive an e-mail confirmation + of your filing. + This e-mail will include a {% include "partials/tooltips/court_file_number.html" %}, please keep this number for your records and use it + if filing any additional documents.
{% if final_filing_submitted %}- You will receive e-mails from the system as your filing is processed by the Court Registry. You can also check here to see the status of your filing: + You will receive e-mails from the system as your filing is processed by the Court Registry. You can also check here to see the + status of your filing:
Current Filing Status: @@ -53,7 +56,9 @@
- If the court registry is satisfied that your documents are in order, they will stamp the documents with the date, the court seal, and a file number. + If the court registry is satisfied that your documents are in order, they will stamp the documents with the date, the court seal, and a + file number.
You now have a divorce file open in the Supreme Court. @@ -85,10 +91,15 @@ If your divorce is approved, you can move to the next step and order a certificate of divorce.
-If you don’t hear back within 30 days from the court registry, please contact CSO Online Support at +
+ Haven’t Heard Back? +
++ If you don’t hear back within 30 days from the court registry, please contact CSO Online Support at Courts.CSO@gov.bc.ca - and include your {% include "partials/tooltips/court_file_number.html" %} / Filing Location or {% include "partials/tooltips/online_package_number.html" %}.
+ and include your {% include "partials/tooltips/court_file_number.html" %} / Filing Location + or {% include "partials/tooltips/online_package_number.html" %}. + {% endblock %} @@ -106,18 +117,18 @@ at the registry counter:I have submitted all documents online (except the Certificate of Divorce): diff --git a/edivorce/apps/core/templates/dashboard/swear_forms.html b/edivorce/apps/core/templates/dashboard/swear_forms.html index fa3f5545..247dde47 100644 --- a/edivorce/apps/core/templates/dashboard/swear_forms.html +++ b/edivorce/apps/core/templates/dashboard/swear_forms.html @@ -12,11 +12,11 @@ affidavits {% include "partials/tooltips/swear_affirm.html" with text="sworn/affirmed" %}.
{% elif how_to_file == 'Online' %}- You must have a Court Filing Number in order to proceed + You must have a Court File Number in order to proceed with {% include "partials/tooltips/swear_affirm.html" with text="swearing/affirming" %} your affidavits. If you do not have a {% include "partials/tooltips/court_file_number.html" %} return to the - Wait for Court Filing Number step. + Wait for Court File Number step.
{% else %}diff --git a/edivorce/apps/core/templates/dashboard/wait_for_number.html b/edivorce/apps/core/templates/dashboard/wait_for_number.html index cc26a9c3..24d3b445 100644 --- a/edivorce/apps/core/templates/dashboard/wait_for_number.html +++ b/edivorce/apps/core/templates/dashboard/wait_for_number.html @@ -6,7 +6,7 @@ {% block container_col %}dashboard-content{% endblock %} {% block content %} -
You’ve successfully completed your initial filing with the Court Registry. @@ -21,37 +21,31 @@
- You still have to complete your initial filing with the Court Registry. - Go to the Initial Filing step. + In order to complete your divorce you’ll need to file the final set of documents. + To do this you’ll require a {% include "partials/tooltips/court_file_number.html" %} + which will be provided from the Court Registry once they have reviewed and approved + your initial filing. This review can take up to a week to complete. + You'll receive an e-mail with details of your initial filing.
- Once filed, you will receive a {% include "partials/tooltips/online_package_number.html" with with_cso=True %} + If you have any questions or concerns about your initial filing, please contact + CSO Online Support at Courts.CSO@gov.bc.ca + and include your {% include "partials/tooltips/online_package_number.html" %}.
-- You will be able to view the following items at any time: +
+ Once you have received your Court File Number via e-mail, click Next to proceed with the remaining steps in the process. +
+ {% else %} ++ Once you have submitted your Initial Filing of documents, you can return to this page and get instructions for + the next steps to complete your filing. +
++ Please return to this page once you have completed the + Initial Filing step.
-- In order to complete your divorce you’ll need to file the final set of documents. - To do this you’ll require a {% include "partials/tooltips/court_file_number.html" %} - which will be provided from the Court Registry once they have reviewed and approved - your initial filing. This review can take up to a week to complete. - You'll receive an e-mail with details of your initial filing. -
-- If you have any questions or concerns about your initial filing, please contact - CSO Online Support at Courts.CSO@gov.bc.ca - and include your {% include "partials/tooltips/online_package_number.html" %}. -
-- Once you have received your Court Filing Number via e-mail, click Next to proceed with the remaining steps in the process. -
{% endblock %} {% block backToDashboard %} diff --git a/edivorce/apps/core/templates/partials/dashnav.html b/edivorce/apps/core/templates/partials/dashnav.html index 50e83bab..118c6b78 100644 --- a/edivorce/apps/core/templates/partials/dashnav.html +++ b/edivorce/apps/core/templates/partials/dashnav.html @@ -26,7 +26,7 @@ {% endif %} - Swear Forms + Swear / Affirm Forms