Add stats link, year selector

This commit is contained in:
2023-11-02 09:20:09 +01:00
parent 3ee36932c3
commit 71b90b8202
6 changed files with 31 additions and 7 deletions

View File

@ -73,6 +73,7 @@ urlpatterns = [
{"filter": "ownership_type"},
name="list_sessions_by_ownership_type",
),
path("stats/", views.stats, name="stats_current_year"),
path(
"stats/<int:year>",
views.stats,