diff --git a/vrobbler/templates/videogames/videogame_detail.html b/vrobbler/templates/videogames/videogame_detail.html index 7988894..f4ab042 100644 --- a/vrobbler/templates/videogames/videogame_detail.html +++ b/vrobbler/templates/videogames/videogame_detail.html @@ -60,15 +60,8 @@

{{scrobbles.count}} scrobbles

- {% if scrobbles.last.long_play_seconds %} -

{{scrobbles.last.long_play_seconds|natural_duration}}{% if scrobbles.last.long_play_complete %} and completed{% else %} spent playing{% endif %}

- {% endif %}

- {% if scrobbles.last.long_play_complete == True %} Play again - {% else %} - Resume playing - {% endif %}