From e4861a6b6e23af1d2c1ab4465c3edb4c6c2c0e44 Mon Sep 17 00:00:00 2001 From: Benard Ebinu Date: Wed, 13 Dec 2017 10:50:34 -0800 Subject: [PATCH] Additional guard so fact sheet page renders correctly --- edivorce/apps/core/templates/question/12_fact_sheets.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edivorce/apps/core/templates/question/12_fact_sheets.html b/edivorce/apps/core/templates/question/12_fact_sheets.html index 45c8e20e..f015fd36 100644 --- a/edivorce/apps/core/templates/question/12_fact_sheets.html +++ b/edivorce/apps/core/templates/question/12_fact_sheets.html @@ -950,7 +950,7 @@ Including the monthly Guidelines table amount under Schedule 1 of the Guidelines Guidelines table amount - {% if child_support_amount_under_high_income %} + {% if child_support_amount_under_high_income and child_support_amount_over_high_income%} {{ child_support_amount_under_high_income|add:child_support_amount_over_high_income }} {% endif %}