Fix title not being displayed on the Recent sessions page
This commit is contained in:
parent
73a92e5636
commit
b94aa49fc3
|
@ -3,6 +3,9 @@
|
|||
## Improved
|
||||
* mark refunded purchases red on game overview
|
||||
|
||||
## Fixed
|
||||
* Fix title not being displayed on the Recent sessions page
|
||||
|
||||
## 1.5.2 / 2024-01-14 21:27+01:00
|
||||
|
||||
## Improved
|
||||
|
|
|
@ -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(),
|
||||
|
|
Loading…
Reference in New Issue