Browse Source

[templates] Clean up long play nonsense for video games

Colin Powell 2 weeks ago
parent
commit
bbc27209ab
1 changed files with 0 additions and 7 deletions
  1. 0 7
      vrobbler/templates/videogames/videogame_detail.html

+ 0 - 7
vrobbler/templates/videogames/videogame_detail.html

@@ -60,15 +60,8 @@
 </div>
 <div class="row">
     <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>
-        {% if scrobbles.last.long_play_complete == True %}
         <a href="">Play again</a>
-        {% else %}
-        <a href="{{object.start_url}}">Resume playing</a>
-        {% endif %}
     </p>
 </div>
 <div class="row">