diff --git a/edivorce/apps/core/templates/dashboard/print_form.html b/edivorce/apps/core/templates/dashboard/print_form.html index a391630b..f7ae5fd4 100644 --- a/edivorce/apps/core/templates/dashboard/print_form.html +++ b/edivorce/apps/core/templates/dashboard/print_form.html @@ -57,9 +57,7 @@ The Notice of Joint Family Claim Form (F1) is a document that starts the court file for your divorce. It states the grounds for the divorce and gives information about you and your spouse, - as well as the details about your - {% if married_marriage_like == 'Legally married' %}marriage - {% else %}relationship{% endif %} and separation. + as well as the details about your marriage and separation.

@@ -263,8 +261,6 @@ {% endif %} - -{% if married_marriage_like == 'Legally married' %}
-{% else %} -{% comment %}{# common law use case removed in DIV-495 #} -
- -
-
-
-

- Since your divorce won't require an appearance before a judge, in addition to the documents above you - must fill out and swear/affirm an Affidavit Form (F30). - This document sets out the facts of your relationship and separation. -

-

- Please follow these steps to ensure your affidavit does not get rejected: -

-
    - Both you and your spouse need to swear/affirm the affidavit. Take photo identification with you. The person who will swear/affirm the documents for you must be sure you are both who you say you are. One affidavit must be sworn/affirmed at the time of filing. -

    - You'll notice that some of the information in the affidavit is the same as what's in your Notice of Joint Family Claim Form (F1). Because the Notice of Joint Family Claim is not a sworn document, and the judge/master must have sworn evidence to make a decision, you must swear or affirm that the information in these affidavits is true. -

    -
-
-
-{% endcomment %} -{% endif %} -{% if married_marriage_like == 'Legally married' %}

Signing Your Affidavit Forms

@@ -461,7 +423,6 @@ {% endif %}

-{% endif %}

Other Documents to Take to the Court Registry

@@ -513,13 +474,7 @@ {% if children_of_marriage == 'YES' %}
  • Child Support Affidavit (F37)
  • {% endif %} - {% if married_marriage_like == 'Legally married' %} -
  • Affidavit — Desk Order Divorce Form (F38)
  • - {% else %} - {% comment %}{# common law use case removed in DIV-495 #} -
  • Affidavit — Desk Order Divorce Form (F30)
  • - {% endcomment %} - {% endif %} +
  • Affidavit — Desk Order Divorce Form (F38)
  • {% if how_will_calculate_income == 'entered agreement' %}
  • Agreement as to Annual Income (F9)
  • {% endif %} @@ -527,10 +482,8 @@

    If you have other court orders or a written separation agreement, they - should also be attached to your Affidavit - {% if married_marriage_like == 'Legally married' %} — Desk Order Divorce - Form (F38){% else %} Form (F30){% endif %}. Note that these agreements - or orders must not contradict what's in your divorce application. + should also be attached to your Affidavit — Desk Order Divorce Form (F38). + Note that these agreements or orders must not contradict what's in your divorce application.

    diff --git a/edivorce/apps/core/templates/question/04_marriage.html b/edivorce/apps/core/templates/question/04_marriage.html index c68e2877..256e2409 100644 --- a/edivorce/apps/core/templates/question/04_marriage.html +++ b/edivorce/apps/core/templates/question/04_marriage.html @@ -29,7 +29,6 @@ . Not doing this can result in delays and your divorce request being returned for correction.

    -{% if married_marriage_like == 'Legally married' %}

    When were you married?{% if when_were_you_married_error %}{% include 'partials/required.html' %}{% endif %}

    @@ -41,7 +40,6 @@

    -{% endif %}

    When did you and {% if name_spouse %} {{ name_spouse }} {% else %} your spouse {% endif %} begin to live together in a marriage-like relationship? @@ -87,8 +85,6 @@

    - -{% if married_marriage_like == 'Legally married' %}

    Where were you married?

    Enter the location as it appears on the marriage certificate (e.g. city, province or state and country)

    @@ -102,7 +98,6 @@
    -{% endif %}

    Before you got married to {% if name_spouse %} {{ name_spouse }} {% else %} your spouse {% endif %}, what was your marital status? diff --git a/edivorce/apps/core/templates/question/07_support.html b/edivorce/apps/core/templates/question/07_support.html index f888ca60..276f6d93 100644 --- a/edivorce/apps/core/templates/question/07_support.html +++ b/edivorce/apps/core/templates/question/07_support.html @@ -152,103 +152,74 @@
    - {% if married_marriage_like == "Legally married" %} -

    Please indicate which act you are asking for support under.{% if spouse_support_act_error %}{% include 'partials/required.html' %}{% endif %} -

    -
    - - - view the Divorce Act -
    -
    - - - view the Family Law Act
    +

    Please indicate which act you are asking for support under.{% if spouse_support_act_error %}{% include 'partials/required.html' %}{% endif %} +

    +
    + - + view the Divorce Act +
    +
    + - + view the Family Law Act
    - + -
    -{% if married_marriage_like == "Legally married" %} -
    -

    Divorce is to take effect on: {% if divorce_take_effect_on_error %}{% include 'partials/required.html' %}{% endif %}

    -
    -
    - - +
    +

    Divorce is to take effect on: {% if divorce_take_effect_on_error %}{% include 'partials/required.html' %}{% endif %}

    +
    +
    + + -

    - If you select the "specific date" option you can choose to have the divorce sooner. - However, you will need to request this as an "other" order in Step 1 of this questionnaire and you will need to provide evidence in your affidavit as to why the court should waive the 31 days. -

    -{% endif %} - +

    + If you select the "specific date" option you can choose to have the divorce sooner. + However, you will need to request this as an "other" order in Step 1 of this questionnaire and you will need to provide evidence in your affidavit as to why the court should waive the 31 days. +

    +
    {% endblock %} {% block formBack %}{% prev_step step='other_questions' %}{% endblock %}