Add title to stats page
This commit is contained in:
parent
4ff3692606
commit
d9fbb4b896
|
@ -479,6 +479,7 @@ def stats(request, year: int = 0):
|
|||
highest_session_average_game.session_average, "%2.0Hh %2.0mm"
|
||||
),
|
||||
"highest_session_average_game": highest_session_average_game,
|
||||
"title": f"{year} Stats",
|
||||
}
|
||||
|
||||
request.session["return_path"] = request.path
|
||||
|
|
Loading…
Reference in New Issue