Browse Source

Merge pull request #139 from bcgov/page-updates

Page copy updates
pull/172/head
Arianne 5 years ago
committed by GitHub
parent
commit
a6475e6c23
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 57 additions and 52 deletions
  1. +2
    -2
      edivorce/apps/core/templates/dashboard/initial_filing.html
  2. +32
    -21
      edivorce/apps/core/templates/dashboard/next_steps.html
  3. +2
    -2
      edivorce/apps/core/templates/dashboard/swear_forms.html
  4. +20
    -26
      edivorce/apps/core/templates/dashboard/wait_for_number.html
  5. +1
    -1
      edivorce/apps/core/templates/partials/dashnav.html

+ 2
- 2
edivorce/apps/core/templates/dashboard/initial_filing.html View File

@ -49,7 +49,7 @@
<p> <p>
Your filing (submitting completed documents to the court registry) occurs in two parts. Your filing (submitting completed documents to the court registry) occurs in two parts.
The initial filing initiates the divorce proceeding. 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 This number is important as it will allow you or your spouse to file the
remaining documents required to complete your divorce. remaining documents required to complete your divorce.
</p> </p>
@ -104,7 +104,7 @@
This may take up to one week. This may take up to one week.
</p> </p>
<p> <p>
<b>You will need your Court Filing Number if you are filing any additional documentation.</b>
<b>You will need your Court File Number if you are filing any additional documentation.</b>
</p> </p>
{% elif how_to_file == 'In-person' %} {% elif how_to_file == 'In-person' %}
<p> <p>


+ 32
- 21
edivorce/apps/core/templates/dashboard/next_steps.html View File

@ -11,7 +11,7 @@
{% if how_to_file == 'Online' %} {% if how_to_file == 'Online' %}
{% if final_filing_submitted %} {% if final_filing_submitted %}
<p> <p>
Youve successfully completed filing online.
You have successfully completed filing online.
</p> </p>
<p> <p>
<b>Your {% include "partials/tooltips/online_package_number.html" with with_cso=True %} is {{ final_filing_package_number }}</b> <b>Your {% include "partials/tooltips/online_package_number.html" with with_cso=True %} is {{ final_filing_package_number }}</b>
@ -26,14 +26,17 @@
</p> </p>
{% endif %} {% endif %}
<p> <p>
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.
</p> </p>
{% if final_filing_submitted %} {% if final_filing_submitted %}
<div class="question-well"> <div class="question-well">
<h3>Filing Status</h3> <h3>Filing Status</h3>
<p> <p>
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:
</p> </p>
<p class="no-margin-bottom"> <p class="no-margin-bottom">
Current Filing Status: Current Filing Status:
@ -53,7 +56,9 @@
</p> </p>
<ul class="no-margin-bottom"> <ul class="no-margin-bottom">
<li><a href="{{ final_filing_receipt_link }}" target="_blank">Your eFiling Receipt</a> on the CSO eFiling Hub</li> <li><a href="{{ final_filing_receipt_link }}" target="_blank">Your eFiling Receipt</a> on the CSO eFiling Hub</li>
<li><a href="{{ final_filing_package_link }}" target="_blank">The package of all documents</a> you have submitted for filing</li>
<li>The <a href="{{ final_filing_package_link }}" target="_blank">complete package of all documents</a>
you have filed at the CSO eFiling Hub
</li>
</ul> </ul>
</div> </div>
{% endif %} {% endif %}
@ -72,7 +77,8 @@
Information Services. Information Services.
</p> </p>
<p> <p>
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.
</p> </p>
<p> <p>
You now have a divorce file open in the Supreme Court. 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 your divorce is approved, you can move to the next step and order a certificate of divorce.
</p> </p>
<h2 class="add-top-margin">Haven’t Heard Back?</h2>
<p>If you don’t hear back within 30 days from the court registry, please contact CSO Online Support at
<p class="add-top-margin">
<b>Haven’t Heard Back?</b>
</p>
<p>
If you don’t hear back within 30 days from the court registry, please contact CSO Online Support at
<a href="mailto:Courts.CSO@gov.bc.ca" target="_blank">Courts.CSO@gov.bc.ca</a> <a href="mailto:Courts.CSO@gov.bc.ca" target="_blank">Courts.CSO@gov.bc.ca</a>
and include your {% include "partials/tooltips/court_file_number.html" %} / Filing Location or {% include "partials/tooltips/online_package_number.html" %}.</p>
and include your {% include "partials/tooltips/court_file_number.html" %} / Filing Location
or {% include "partials/tooltips/online_package_number.html" %}.
</p>
</div> </div>
{% endblock %} {% endblock %}
@ -106,18 +117,18 @@
at the registry counter: at the registry counter:
</p> </p>
<ul> <ul>
<li>
You will need to wait for the registry to notify you indicating if your documents
have been accepted and the divorce order granted, or if corrections are required.
</li>
<li>
If you have received your filed order for divorce and 31 days has passed, you can
now submit your request for a Certificate of Divorce.
</li>
<li>
If corrections are required, you will need to make the corrections to the documents
noted by the registry and resubmit them.
</li>
<li>
You will need to wait for the registry to notify you indicating if your documents
have been accepted and the divorce order granted, or if corrections are required.
</li>
<li>
If you have received your filed order for divorce and 31 days has passed, you can
now submit your request for a Certificate of Divorce.
</li>
<li>
If corrections are required, you will need to make the corrections to the documents
noted by the registry and resubmit them.
</li>
</ul> </ul>
<p> <p>
<b><i>I have submitted all documents online</i></b> (except the Certificate of Divorce): <b><i>I have submitted all documents online</i></b> (except the Certificate of Divorce):


+ 2
- 2
edivorce/apps/core/templates/dashboard/swear_forms.html View File

@ -12,11 +12,11 @@
affidavits {% include "partials/tooltips/swear_affirm.html" with text="sworn/affirmed" %}.</p> affidavits {% include "partials/tooltips/swear_affirm.html" with text="sworn/affirmed" %}.</p>
{% elif how_to_file == 'Online' %} {% elif how_to_file == 'Online' %}
<p> <p>
<b>You must have a Court Filing Number in order to proceed</b>
<b>You must have a Court File Number in order to proceed</b>
with {% include "partials/tooltips/swear_affirm.html" with text="swearing/affirming" %} your affidavits. 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 <a If you do not have a {% include "partials/tooltips/court_file_number.html" %} return to the <a
href="{% url 'dashboard_nav' 'wait_for_number' %}"> href="{% url 'dashboard_nav' 'wait_for_number' %}">
Wait for Court Filing Number</a> step.
Wait for Court File Number</a> step.
</p> </p>
{% else %} {% else %}
<p> <p>


+ 20
- 26
edivorce/apps/core/templates/dashboard/wait_for_number.html View File

@ -6,7 +6,7 @@
{% block container_col %}dashboard-content{% endblock %} {% block container_col %}dashboard-content{% endblock %}
{% block content %} {% block content %}
<h1>Wait for Court Filing Number</h1>
<h1>Wait for Court File Number</h1>
{% if initial_filing_submitted %} {% if initial_filing_submitted %}
<p> <p>
You’ve successfully completed your initial filing with the Court Registry. You’ve successfully completed your initial filing with the Court Registry.
@ -21,37 +21,31 @@
<li><a href="{{ initial_filing_receipt_link }}" target="_blank">Your eFiling Receipt</a> on the CSO eFiling Hub</li> <li><a href="{{ initial_filing_receipt_link }}" target="_blank">Your eFiling Receipt</a> on the CSO eFiling Hub</li>
<li><a href="{{ initial_filing_package_link }}" target="_blank">The package of all documents</a> you have submitted for filing</li> <li><a href="{{ initial_filing_package_link }}" target="_blank">The package of all documents</a> you have submitted for filing</li>
</ul> </ul>
{% else %}
<p> <p>
You still have to complete your initial filing with the Court Registry.
Go to the <a href="{% url 'dashboard_nav' 'initial_filing' %}">Initial Filing</a> 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. <b>This review can take up to a week to complete.</b>
You'll receive an e-mail with details of your initial filing.
</p> </p>
<p> <p>
<b>Once filed, you will receive a {% include "partials/tooltips/online_package_number.html" with with_cso=True %}</b>
If you have any questions or concerns about your initial filing, please contact
CSO Online Support at <a href="mailto:Courts.CSO@gov.bc.ca" target="_blank">Courts.CSO@gov.bc.ca</a>
and include your {% include "partials/tooltips/online_package_number.html" %}.
</p> </p>
<p class="no-margin-bottom">
You will be able to view the following items at any time:
<p>
<b>Once you have received your Court File Number</b> via e-mail, click Next to proceed with the remaining steps in the process.
</p>
{% else %}
<p>
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.
</p>
<p>
Please return to this page once you have completed the
<a href="{% url 'dashboard_nav' 'initial_filing' %}">Initial Filing</a> step.
</p> </p>
<ul>
<li>Your eFiling Receipt on the CSO eFiling Hub</li>
<li>The package of all documents you have submitted for filing</li>
</ul>
{% endif %} {% endif %}
<p>
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. <b>This review can take up to a week to complete.</b>
You'll receive an e-mail with details of your initial filing.
</p>
<p>
If you have any questions or concerns about your initial filing, please contact
CSO Online Support at <a href="mailto:Courts.CSO@gov.bc.ca" target="_blank">Courts.CSO@gov.bc.ca</a>
and include your {% include "partials/tooltips/online_package_number.html" %}.
</p>
<p>
<b>Once you have received your Court Filing Number</b> via e-mail, click Next to proceed with the remaining steps in the process.
</p>
{% endblock %} {% endblock %}
{% block backToDashboard %} {% block backToDashboard %}


+ 1
- 1
edivorce/apps/core/templates/partials/dashnav.html View File

@ -26,7 +26,7 @@
{% endif %} {% endif %}
<a href="{% url 'dashboard_nav' 'swear_forms' %}" class="progress-question {% if active_page == 'swear_forms' %} active {% endif %}"> <a href="{% url 'dashboard_nav' 'swear_forms' %}" class="progress-question {% if active_page == 'swear_forms' %} active {% endif %}">
<span class="progress-icon"><i class="fa fa-pencil" aria-hidden="true"></i></span> <span class="progress-icon"><i class="fa fa-pencil" aria-hidden="true"></i></span>
<span class="progress-content">Swear Forms</span>
<span class="progress-content">Swear / Affirm Forms</span>
</a> </a>
<a href="{% url 'dashboard_nav' 'final_filing' %}" class="progress-question {% if active_page == 'final_filing' %} active {% endif %}"> <a href="{% url 'dashboard_nav' 'final_filing' %}" class="progress-question {% if active_page == 'final_filing' %} active {% endif %}">
<span class="progress-icon"><i class="fa fa-folder-open-o" aria-hidden="true"></i></span> <span class="progress-icon"><i class="fa fa-folder-open-o" aria-hidden="true"></i></span>


Loading…
Cancel
Save