diff --git a/vrobbler/templates/_scrobblable_list.html b/vrobbler/templates/_scrobblable_list.html index 322b80d..c43d1a6 100644 --- a/vrobbler/templates/_scrobblable_list.html +++ b/vrobbler/templates/_scrobblable_list.html @@ -1,8 +1,10 @@ {% load urlreplace %} +{% load naturalduration %}
| Latest | Title | Scrobbles | Start | @@ -11,6 +13,7 @@|||||
|---|---|---|---|---|---|---|---|---|
| {{obj.scrobble_set.last.local_timestamp}} | {{obj}} | {% if request.user.is_authenticated %}{{obj.scrobble_count}} | diff --git a/vrobbler/templates/music/track_list.html b/vrobbler/templates/music/track_list.html index 4f4a3cf..90277da 100644 --- a/vrobbler/templates/music/track_list.html +++ b/vrobbler/templates/music/track_list.html @@ -20,40 +20,7 @@
| Scrobbles | -Track | -Artist | -
|---|---|---|
| {{track.scrobble_set.count}} | -{{track}} | -{{track.artist}} | -
No board games today
{% endif %} +No beer today
{% endif %}| Title | -Scrobbles | -All time | -
|---|---|---|
| {{obj}} | -{{obj.scrobble_set.count}} | -- |