diff --git a/edivorce/apps/core/templates/base.html b/edivorce/apps/core/templates/base.html index 1eaaf91a..fe887abe 100644 --- a/edivorce/apps/core/templates/base.html +++ b/edivorce/apps/core/templates/base.html @@ -32,7 +32,7 @@
diff --git a/edivorce/apps/core/templates/dashboard.html b/edivorce/apps/core/templates/dashboard.html deleted file mode 100644 index 8051975f..00000000 --- a/edivorce/apps/core/templates/dashboard.html +++ /dev/null @@ -1,11 +0,0 @@ -{% extends 'base.html' %} - -{% block title %}{{ block.super }}: Dashboard{% endblock %} - -{% block content %} -
-
-

Dashboard

-
-
-{% endblock %} diff --git a/edivorce/apps/core/templates/f1/00_intro.html b/edivorce/apps/core/templates/f1/00_intro.html deleted file mode 100644 index f39dd23b..00000000 --- a/edivorce/apps/core/templates/f1/00_intro.html +++ /dev/null @@ -1,87 +0,0 @@ -{% extends 'base.html' %} -{% load input_option %} - -{% block title %}{{ block.super }}: Other Orders{% endblock %} - -{% block content %} -
-
-
-
-

Do you have a separation agreement - - or a court order - - that sets out what you've agreed to or what the court has already ordered about parenting, child and spousal support, and/or property?

-
- - - -
- - - - -
- -
-
-
-
-
-{% endblock %} -{% block sidebarText %} -
-

- If you need to get a separation agreement, contact a family justice counsellor, mediator, or family law lawyer - for help. -

-

- The Legal Services Society web site has a number of resources to help you to find out how to draft your own - agreement: -

- -

- A - separation agreement workshop is also available on the Justice Education Society web site. -

-

A separation agreement is only required to be filed or disclosed in a joint divorce action if you have children, - in which case it is attached as an exhibit to the Child Support Affidavit. In a sole proceeding, you must - disclose this information right in Form F3.

-
-{% endblock %} \ No newline at end of file diff --git a/edivorce/apps/core/templates/f35/review.html b/edivorce/apps/core/templates/f35/review.html deleted file mode 100644 index 79c9a5a0..00000000 --- a/edivorce/apps/core/templates/f35/review.html +++ /dev/null @@ -1,11 +0,0 @@ -{% extends 'base.html' %} - -{% block title %}{{ block.super }}: Review{% endblock %} - -{% block content %} -
-
-

Review

-
-
-{% endblock %} diff --git a/edivorce/apps/core/templates/f36/review.html b/edivorce/apps/core/templates/f36/review.html deleted file mode 100644 index 79c9a5a0..00000000 --- a/edivorce/apps/core/templates/f36/review.html +++ /dev/null @@ -1,11 +0,0 @@ -{% extends 'base.html' %} - -{% block title %}{{ block.super }}: Review{% endblock %} - -{% block content %} -
-
-

Review

-
-
-{% endblock %} diff --git a/edivorce/apps/core/templates/f38/review.html b/edivorce/apps/core/templates/f38/review.html deleted file mode 100644 index 79c9a5a0..00000000 --- a/edivorce/apps/core/templates/f38/review.html +++ /dev/null @@ -1,11 +0,0 @@ -{% extends 'base.html' %} - -{% block title %}{{ block.super }}: Review{% endblock %} - -{% block content %} -
-
-

Review

-
-
-{% endblock %} diff --git a/edivorce/apps/core/templates/f52/review.html b/edivorce/apps/core/templates/f52/review.html deleted file mode 100644 index 79c9a5a0..00000000 --- a/edivorce/apps/core/templates/f52/review.html +++ /dev/null @@ -1,11 +0,0 @@ -{% extends 'base.html' %} - -{% block title %}{{ block.super }}: Review{% endblock %} - -{% block content %} -
-
-

Review

-
-
-{% endblock %} diff --git a/edivorce/apps/core/templates/home.html b/edivorce/apps/core/templates/home.html deleted file mode 100644 index 5e72f75c..00000000 --- a/edivorce/apps/core/templates/home.html +++ /dev/null @@ -1 +0,0 @@ -home diff --git a/edivorce/apps/core/templates/index.html b/edivorce/apps/core/templates/index.html deleted file mode 100644 index 00e78d9f..00000000 --- a/edivorce/apps/core/templates/index.html +++ /dev/null @@ -1,30 +0,0 @@ -{% extends 'base.html' %} - -{% block title %}{{ block.super }}: Login{% endblock %} - -{% block page_heading %}Step 1: Home{% endblock page_heading %} - -{% block content %} -
-
-
-
-

Home

-

Intro page

-
- -
-

Prequalification page

-
- -
-

F1 page

-
- -
-
-
-
-
-{% endblock %} -{% block sidebar %}{% endblock %} diff --git a/edivorce/apps/core/templates/overview.html b/edivorce/apps/core/templates/overview.html index 51838fd6..a5ab5a28 100644 --- a/edivorce/apps/core/templates/overview.html +++ b/edivorce/apps/core/templates/overview.html @@ -14,17 +14,17 @@
diff --git a/edivorce/apps/core/templates/chunks/review_user_responses.html b/edivorce/apps/core/templates/partials/review_user_responses.html similarity index 100% rename from edivorce/apps/core/templates/chunks/review_user_responses.html rename to edivorce/apps/core/templates/partials/review_user_responses.html diff --git a/edivorce/apps/core/templates/pdf/form1.html b/edivorce/apps/core/templates/pdf/form1.html index 85d75ff4..2b3d1cda 100644 --- a/edivorce/apps/core/templates/pdf/form1.html +++ b/edivorce/apps/core/templates/pdf/form1.html @@ -48,7 +48,7 @@ Claimant 1 and Claimant 2: - {% endif %} began to live together in a marriage-like relationship on [dd/mm/yyyy] + {% else %} icon-check-empty"> {% endif %} began to live together in a marriage-like relationship on [dd/mm/yyyy] {% if responses.when_were_you_live_married_like %} {{ responses.when_were_you_live_married_like }} {% else %}   {% endif %} diff --git a/edivorce/apps/core/templates/prequalification/step_01.html b/edivorce/apps/core/templates/prequalification/step_01.html index d5416ff4..d94fe1bc 100644 --- a/edivorce/apps/core/templates/prequalification/step_01.html +++ b/edivorce/apps/core/templates/prequalification/step_01.html @@ -1,5 +1,5 @@ {% extends 'base.html' %} -{% load input_option %} +{% load input_field %} {% block title %}{{ block.super }}: Prequalification{% endblock %} @@ -14,7 +14,7 @@ work for you.

Are you

@@ -50,11 +50,11 @@
diff --git a/edivorce/apps/core/templates/prequalification/step_03.html b/edivorce/apps/core/templates/prequalification/step_03.html index 14eaa6de..5c52d40c 100644 --- a/edivorce/apps/core/templates/prequalification/step_03.html +++ b/edivorce/apps/core/templates/prequalification/step_03.html @@ -1,5 +1,5 @@ {% extends 'base.html' %} -{% load input_option %} +{% load input_field %} {% block title %}{{ block.super }}: Prequalification{% endblock %} @@ -16,7 +16,7 @@ have clearly communicated your intention for a permanent separation (and are starting to act upon it).

This could mean: