Browse Source

DIV-341 - added missing sidebar help

pull/160/head
Mike Olund 8 years ago
parent
commit
1ee715aade
7 changed files with 35 additions and 16 deletions
  1. +3
    -0
      edivorce/apps/core/templates/dashboard/check_with_registry.html
  2. +3
    -0
      edivorce/apps/core/templates/dashboard/file_documents.html
  3. +3
    -0
      edivorce/apps/core/templates/dashboard/order_certificate.html
  4. +19
    -0
      edivorce/apps/core/templates/dashboard/partials/sidebar_help.html
  5. +3
    -0
      edivorce/apps/core/templates/dashboard/print_form.html
  6. +3
    -0
      edivorce/apps/core/templates/dashboard/wait.html
  7. +1
    -16
      edivorce/apps/core/templates/overview.html

+ 3
- 0
edivorce/apps/core/templates/dashboard/check_with_registry.html View File

@ -35,4 +35,7 @@
{% endblock %}
{% block sidebar %}
<!-- no sidebar -->
{% endblock %}
{% block sidebarText %}
{% include "dashboard/partials/sidebar_help.html" %}
{% endblock %}

+ 3
- 0
edivorce/apps/core/templates/dashboard/file_documents.html View File

@ -31,4 +31,7 @@
{% endblock %}
{% block sidebar %}
<!-- no sidebar -->
{% endblock %}
{% block sidebarText %}
{% include "dashboard/partials/sidebar_help.html" %}
{% endblock %}

+ 3
- 0
edivorce/apps/core/templates/dashboard/order_certificate.html View File

@ -29,4 +29,7 @@
{% endblock %}
{% block sidebar %}
<!-- no sidebar -->
{% endblock %}
{% block sidebarText %}
{% include "dashboard/partials/sidebar_help.html" %}
{% endblock %}

+ 19
- 0
edivorce/apps/core/templates/dashboard/partials/sidebar_help.html View File

@ -0,0 +1,19 @@
<h2>How long does a divorce take?</h2>
<p>
The time depends upon your individual circumstances (for example have you and your spouse agreed on how to divide
your property and debt). However, once you have completed the required forms, and filed them at a Supreme Court
registry, it can take <b>3 to 4 months</b> to process your request. Please note times vary based on the registry.
</p>
<h2>How much will it cost?</h2>
<p>
You will have to pay a $290 court fee to get a divorce.
</p>
<p>
You may also choose to pay another $40 for an optional Certificate of Divorce Form (F56). If you ever want to
remarry, you'll need the Certificate of Divorce.
</p>
<p>
There are also some other costs involved in getting a divorce. If you choose to have your affidavits sworn at the
court registry, this will cost you $40 per affidavit. If you don't have a certified copy of your marriage
certificate or registration of marriage, you'll have to pay for this document as well.
</p>

+ 3
- 0
edivorce/apps/core/templates/dashboard/print_form.html View File

@ -180,3 +180,6 @@
{% block sidebar %}
<!-- no sidebar -->
{% endblock %}
{% block sidebarText %}
{% include "dashboard/partials/sidebar_help.html" %}
{% endblock %}

+ 3
- 0
edivorce/apps/core/templates/dashboard/wait.html View File

@ -20,4 +20,7 @@
{% endblock %}
{% block sidebar %}
<!-- no sidebar -->
{% endblock %}
{% block sidebarText %}
{% include "dashboard/partials/sidebar_help.html" %}
{% endblock %}

+ 1
- 16
edivorce/apps/core/templates/overview.html View File

@ -102,20 +102,5 @@
{% endblock %}
{% block sidebarText %}
<h2>How long does a divorce take?</h2>
<p>
The time depends upon your individual circumstances (for example have you and your spouse agreed on how to divide your property and debt).
However, once you have completed the required forms, and filed them at a Supreme Court registry, it can take <b>3 to 4 months</b> to process your request.
Please note times vary based on the registry.
</p>
<h2>How much will it cost?</h2>
<p>
You will have to pay a $290 court fee to get a divorce.
</p>
<p>
You may also choose to pay another $40 for an optional Certificate of Divorce Form (F56). If you ever want to remarry, you'll need the Certificate of Divorce.
</p>
<p>
There are also some other costs involved in getting a divorce. If you choose to have your affidavits sworn at the court registry, this will cost you $40 per affidavit. If you don't have a certified copy of your marriage certificate or registration of marriage, you'll have to pay for this document as well.
</p>
{% include "dashboard/partials/sidebar_help.html" %}
{% endblock %}

Loading…
Cancel
Save