diff --git a/vrobbler/templates/videogames/videogame_detail.html b/vrobbler/templates/videogames/videogame_detail.html index cc48778..7988894 100644 --- a/vrobbler/templates/videogames/videogame_detail.html +++ b/vrobbler/templates/videogames/videogame_detail.html @@ -88,7 +88,7 @@ {% for scrobble in scrobbles.all|dictsortreversed:"timestamp" %} - {{scrobble.local-timestamp}} + {{scrobble.local_timestamp}} {% if scrobble.long_play_complete == True %}Yes{% else %}Not yet{% endif %} {% if scrobble.in_progress %}Now playing{% else %}{{scrobble.playback_position_seconds|natural_duration}}{% endif %} {% for platform in scrobble.video_game.platforms.all %}{{platform}}{% if not forloop.last %}, {% endif %}{% endfor %}