diff --git a/edivorce/apps/core/templates/question/08_property.html b/edivorce/apps/core/templates/question/08_property.html index 16bae0e2..424b3619 100644 --- a/edivorce/apps/core/templates/question/08_property.html +++ b/edivorce/apps/core/templates/question/08_property.html @@ -58,10 +58,11 @@
-Because the division of family property and debt can be complex we
recommend you get
This section is for property claims not covered by the Family Law
Act—property that is not family property. This includes:Other Property Claims
+ Other Property Claims{% include 'partials/optional.html' %}
diff --git a/edivorce/apps/core/utils/question_step_mapping.py b/edivorce/apps/core/utils/question_step_mapping.py
index 12f5158d..782dce94 100644
--- a/edivorce/apps/core/utils/question_step_mapping.py
+++ b/edivorce/apps/core/utils/question_step_mapping.py
@@ -181,6 +181,7 @@ page_step_mapping = {
'marriage': 'your_marriage',
'separation': 'your_separation',
'support': 'spousal_support',
+ 'property': 'property_and_debt',
}