diff --git a/vrobbler/templates/videogames/videogame_detail.html b/vrobbler/templates/videogames/videogame_detail.html index 74a9d27..bb1977f 100644 --- a/vrobbler/templates/videogames/videogame_detail.html +++ b/vrobbler/templates/videogames/videogame_detail.html @@ -39,15 +39,13 @@ {% endif %}
{{object.scrobble_set.count}} scrobbles
-{{object.scrobble_set.last.long_play_seconds|natural_duration}}{% if object.scrobble_set.last.long_play_complete - %} and completed{% else %} spent playing{% endif %}
+{{object.scrobble_set.last.long_play_seconds|natural_duration}}{% if object.scrobble_set.last.long_play_complete %} and completed{% else %} spent playing{% endif %}
{% if object.scrobble_set.last.long_play_complete == True %} Play again @@ -74,11 +72,8 @@