Browse Source

Additional guard so fact sheet page renders correctly

pull/160/head
Benard Ebinu 8 years ago
parent
commit
e4861a6b6e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      edivorce/apps/core/templates/question/12_fact_sheets.html

+ 1
- 1
edivorce/apps/core/templates/question/12_fact_sheets.html View File

@ -950,7 +950,7 @@ Including the monthly Guidelines table amount under Schedule 1 of the Guidelines
Guidelines table amount
</td>
<td class="fact-sheet-answer">
{% 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 %}
</td>


Loading…
Cancel
Save