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 %}