diff --git a/vrobbler/templates/locations/geolocation_list.html b/vrobbler/templates/locations/geolocation_list.html index 295c034..72143e5 100644 --- a/vrobbler/templates/locations/geolocation_list.html +++ b/vrobbler/templates/locations/geolocation_list.html @@ -68,7 +68,7 @@
{% for location in object_list %}| Rank | +Artist | +Scrobbles | +
|---|---|---|
| {{scrobble.timestamp|naturaltime}} | +{{scrobble.media_obj}} | +{{scrobble.media_type}} | +
| Rank | +Track | +Scrobbles | +
|---|---|---|
| {{chart.rank}} | +{{chart.media_obj.title}} | +{{chart.count}} | +
| Artist | +Scrobbles | +
|---|---|
| {{artist}} | +{{artist.num_scrobbles}} | +
| Track | +Artist | +Scrobbles | +
|---|---|---|
| {{track.title}} | +{{track.artist}} | +{{track.num_scrobbles}} | +