feat: add recap page
This commit is contained in:
@@ -6,4 +6,5 @@ app_name = "tracker"
|
||||
|
||||
urlpatterns = [
|
||||
path("today/", views.today, name="today"),
|
||||
path("recap/", views.recap, name="recap"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user