Allow playing board games again

This commit is contained in:
2023-11-27 20:46:48 +01:00
parent 7564292f5b
commit dea34c926b
4 changed files with 20 additions and 15 deletions

View File

@ -44,11 +44,7 @@
<div class="row">
<p>{{object.scrobble_set.count}} scrobbles</p>
<p>
{% if object.scrobble_set.last.long_play_complete == True %}
<a href="">Play again</a>
{% else %}
<a href="{{object.get_start_url}}">Resume playing</a>
{% endif %}
<a href="{{object.get_start_url}}">Play again</a>
</p>
</div>
<div class="row">