From 63ef7b0caf573e955c6c6658643e6632d23b236c Mon Sep 17 00:00:00 2001 From: Bryce Date: Wed, 5 Nov 2025 20:28:22 -0800 Subject: [PATCH] progress --- templates/dashboard.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/templates/dashboard.html b/templates/dashboard.html index 3ae4079..5d17bf1 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -1,9 +1,10 @@ {% extends 'base.html' %} {% block content %} +

Projects for {{ case_email }}

-
- - +
+
+ @@ -132,7 +133,6 @@ {% endif %} -
-
{{ r.notice_service_date }}
- + @@ -233,4 +232,7 @@
Matter Num Client / Property {{ r.notice_expiration_date }} {{ r.daily_rent_damages }}{% if r.daily_rent_damages %}${{ "{:,.2f}".format(r.daily_rent_damages) }}{% endif %} {{ r.default_date }} {{ r.default_entered_on_date }}
+ {% endblock %} \ No newline at end of file