From 51f1baf175f0404afeda76906b1d96944169747f Mon Sep 17 00:00:00 2001 From: ariannedee Date: Tue, 25 Aug 2020 12:59:09 -0700 Subject: [PATCH] Add required fields to What are you asking for --- .../question/06_children_what_for.html | 58 ++++++++++------ edivorce/apps/core/utils/conditional_logic.py | 66 +++++++++++++++++++ edivorce/apps/core/utils/derived.py | 47 +++++-------- 3 files changed, 118 insertions(+), 53 deletions(-) diff --git a/edivorce/apps/core/templates/question/06_children_what_for.html b/edivorce/apps/core/templates/question/06_children_what_for.html index aa5aa3a1..eb66340c 100644 --- a/edivorce/apps/core/templates/question/06_children_what_for.html +++ b/edivorce/apps/core/templates/question/06_children_what_for.html @@ -11,7 +11,7 @@ {% block content %}

Step {% step_order step="children" %}:Children - What are you asking for

-
+

What is the monthly child support amount to be paid by {% payorize %}? + {% if child_support_in_order_error %}{% include 'partials/required.html' %}{% endif %}

-