From 86a09225e7f19170cbd1fd93bea5b5cbdc81c141 Mon Sep 17 00:00:00 2001 From: Bryce Date: Wed, 28 Jan 2026 13:10:56 -0800 Subject: [PATCH] fixes --- templates/dashboard.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 %}