[templates] Clean up long play nonsense for video games
This commit is contained in:
@ -60,15 +60,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<p>{{scrobbles.count}} scrobbles</p>
|
<p>{{scrobbles.count}} scrobbles</p>
|
||||||
{% if scrobbles.last.long_play_seconds %}
|
|
||||||
<p>{{scrobbles.last.long_play_seconds|natural_duration}}{% if scrobbles.last.long_play_complete %} and completed{% else %} spent playing{% endif %}</p>
|
|
||||||
{% endif %}
|
|
||||||
<p>
|
<p>
|
||||||
{% if scrobbles.last.long_play_complete == True %}
|
|
||||||
<a href="">Play again</a>
|
<a href="">Play again</a>
|
||||||
{% else %}
|
|
||||||
<a href="{{object.start_url}}">Resume playing</a>
|
|
||||||
{% endif %}
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|||||||
Reference in New Issue
Block a user