From 79475b0cfb6a380384e8bc6e9f1720ee330bdce1 Mon Sep 17 00:00:00 2001 From: ariannedee Date: Mon, 10 Aug 2020 11:29:47 -0700 Subject: [PATCH] Add required fields to property & debts --- .../apps/core/templates/question/08_property.html | 11 ++++++----- edivorce/apps/core/utils/question_step_mapping.py | 1 + 2 files changed, 7 insertions(+), 5 deletions(-) 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 @@

-
+

How have you and {% if name_spouse %}{{ name_spouse }}{% else %}your spouse{% endif %} - agreed to deal with your property and debt?

+ agreed to deal with your property and debt?{% if deal_with_property_debt_error %}{% include 'partials/required.html' %}{% endif %} +
-