Fix title not being displayed on the Recent sessions page

This commit is contained in:
2024-01-14 21:40:15 +01:00
parent 73a92e5636
commit b94aa49fc3
2 changed files with 4 additions and 0 deletions

View File

@ -311,6 +311,7 @@ def list_sessions(
dataset = all_sessions
context = {
**context,
"dataset": dataset,
"dataset_count": dataset.count(),
"last": Session.objects.prefetch_related("purchase__platform").latest(),