feat: add recap page

This commit is contained in:
2026-07-17 17:19:26 +02:00
parent 0cfe4c7108
commit 63a5a69c67
6 changed files with 281 additions and 58 deletions
+1
View File
@@ -6,4 +6,5 @@ app_name = "tracker"
urlpatterns = [
path("today/", views.today, name="today"),
path("recap/", views.recap, name="recap"),
]