Add all-time stats
This commit is contained in:
@ -108,7 +108,7 @@ urlpatterns = [
|
||||
{"filter": "ownership_type"},
|
||||
name="list_sessions_by_ownership_type",
|
||||
),
|
||||
path("stats/", views.stats, name="stats_current_year"),
|
||||
path("stats/", views.stats_alltime, name="stats_alltime"),
|
||||
path(
|
||||
"stats/<int:year>",
|
||||
views.stats,
|
||||
|
Reference in New Issue
Block a user