diff --git a/templates/dashboard.html b/templates/dashboard.html index 415d973..a245ed1 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -380,9 +380,8 @@ {% endcall %} - {% call expander() %} - {{ r.case_filed_date || r.case_field_date }} + {% if r.case_filed_date %}{{ r.case_filed_date }}{% else %}{{ r.case_field_date }}{% endif %} {% endcall %}