Clean up board game scrobbling

This commit is contained in:
2023-04-18 11:37:47 -04:00
parent 61c9e362a8
commit bee9ac8d25
5 changed files with 18 additions and 9 deletions

View File

@ -45,7 +45,9 @@
</div>
<div class="row">
<p>{{object.scrobble_set.count}} scrobbles</p>
{% if object.scrobble_set.last.long_play_seconds %}
<p>{{object.scrobble_set.last.long_play_seconds|natural_duration}}{% if object.scrobble_set.last.long_play_complete %} and completed{% else %} spent playing{% endif %}</p>
{% endif %}
<p>
{% if object.scrobble_set.last.long_play_complete == True %}
<a href="">Play again</a>