From fbe35a02a1289d769d8da55ef74a03d61fa412e7 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 14 Mar 2023 17:20:45 -0400 Subject: [PATCH] Fix display of sports --- vrobbler/templates/scrobbles/scrobble_list.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vrobbler/templates/scrobbles/scrobble_list.html b/vrobbler/templates/scrobbles/scrobble_list.html index 7166a18..f76d953 100644 --- a/vrobbler/templates/scrobbles/scrobble_list.html +++ b/vrobbler/templates/scrobbles/scrobble_list.html @@ -522,6 +522,7 @@ Date Title + Round League @@ -530,7 +531,8 @@ {{scrobble.timestamp|naturaltime}} {{scrobble.sport_event.title}} - {{scrobble.sport_event.league.abbreviation}} + {{scrobble.sport_event.round.name}} + {{scrobble.sport_event.round.season.league}} {% endfor %}