From cfc61ca43b35097dfdab51407e26a52102f1ef18 Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Tue, 31 Dec 2024 00:15:48 +1100 Subject: [PATCH] Fix error with date in dashboard template --- app/routes/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/routes/main.py b/app/routes/main.py index c58f08a..17be71f 100644 --- a/app/routes/main.py +++ b/app/routes/main.py @@ -59,6 +59,7 @@ def dashboard(): end_date=end_date, month=month_view, week = week_view, + date=date, **graph_data )