Fix error with date in dashboard template

This commit is contained in:
Peter Stockings
2024-12-31 00:15:48 +11:00
parent 164b23e913
commit cfc61ca43b

View File

@@ -59,6 +59,7 @@ def dashboard():
end_date=end_date,
month=month_view,
week = week_view,
date=date,
**graph_data
)