diff --git a/edivorce/apps/core/templates/dashboard/check_with_registry.html b/edivorce/apps/core/templates/dashboard/check_with_registry.html index 5ffef3b1..6b6124f1 100644 --- a/edivorce/apps/core/templates/dashboard/check_with_registry.html +++ b/edivorce/apps/core/templates/dashboard/check_with_registry.html @@ -35,4 +35,7 @@ {% endblock %} {% block sidebar %} +{% endblock %} +{% block sidebarText %} + {% include "dashboard/partials/sidebar_help.html" %} {% endblock %} \ No newline at end of file diff --git a/edivorce/apps/core/templates/dashboard/file_documents.html b/edivorce/apps/core/templates/dashboard/file_documents.html index 71aa08e4..7f9e99dd 100644 --- a/edivorce/apps/core/templates/dashboard/file_documents.html +++ b/edivorce/apps/core/templates/dashboard/file_documents.html @@ -31,4 +31,7 @@ {% endblock %} {% block sidebar %} +{% endblock %} +{% block sidebarText %} + {% include "dashboard/partials/sidebar_help.html" %} {% endblock %} \ No newline at end of file diff --git a/edivorce/apps/core/templates/dashboard/order_certificate.html b/edivorce/apps/core/templates/dashboard/order_certificate.html index 371e720e..eead0700 100644 --- a/edivorce/apps/core/templates/dashboard/order_certificate.html +++ b/edivorce/apps/core/templates/dashboard/order_certificate.html @@ -29,4 +29,7 @@ {% endblock %} {% block sidebar %} +{% endblock %} +{% block sidebarText %} + {% include "dashboard/partials/sidebar_help.html" %} {% endblock %} \ No newline at end of file diff --git a/edivorce/apps/core/templates/dashboard/partials/sidebar_help.html b/edivorce/apps/core/templates/dashboard/partials/sidebar_help.html new file mode 100644 index 00000000..6e64483f --- /dev/null +++ b/edivorce/apps/core/templates/dashboard/partials/sidebar_help.html @@ -0,0 +1,19 @@ +

How long does a divorce take?

+

+ 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 3 to 4 months to process your request. Please note times vary based on the registry. +

+

How much will it cost?

+

+ You will have to pay a $290 court fee to get a divorce. +

+

+ 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. +

+

+ 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. +

\ No newline at end of file diff --git a/edivorce/apps/core/templates/dashboard/print_form.html b/edivorce/apps/core/templates/dashboard/print_form.html index 04d34320..e3d47a43 100644 --- a/edivorce/apps/core/templates/dashboard/print_form.html +++ b/edivorce/apps/core/templates/dashboard/print_form.html @@ -180,3 +180,6 @@ {% block sidebar %} {% endblock %} +{% block sidebarText %} + {% include "dashboard/partials/sidebar_help.html" %} +{% endblock %} diff --git a/edivorce/apps/core/templates/dashboard/wait.html b/edivorce/apps/core/templates/dashboard/wait.html index aa6efd5b..fa5c7939 100644 --- a/edivorce/apps/core/templates/dashboard/wait.html +++ b/edivorce/apps/core/templates/dashboard/wait.html @@ -20,4 +20,7 @@ {% endblock %} {% block sidebar %} +{% endblock %} +{% block sidebarText %} + {% include "dashboard/partials/sidebar_help.html" %} {% endblock %} \ No newline at end of file diff --git a/edivorce/apps/core/templates/overview.html b/edivorce/apps/core/templates/overview.html index 2807a947..9f15a79c 100644 --- a/edivorce/apps/core/templates/overview.html +++ b/edivorce/apps/core/templates/overview.html @@ -102,20 +102,5 @@ {% endblock %} {% block sidebarText %} -

How long does a divorce take?

-

- 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 3 to 4 months to process your request. - Please note times vary based on the registry. -

-

How much will it cost?

-

- You will have to pay a $290 court fee to get a divorce. -

-

- 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. -

-

- 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. -

+ {% include "dashboard/partials/sidebar_help.html" %} {% endblock %}