Fix top chart view

This commit is contained in:
2023-12-05 16:39:34 +01:00
parent 7a9f4a0876
commit 4e694bd1b3
4 changed files with 365 additions and 360 deletions

View File

@ -1,5 +1,8 @@
<h2>Last Scrobbles</h2>
<p>Today <b>{{counts.today}}</b> | This Week <b>{{counts.week}}</b> | This Month <b>{{counts.month}}</b> | This Year <b>{{counts.year}}</b> | All Time <b>{{counts.alltime}}</b></p>
{% load humanize %}
{% load naturalduration %}
<div>
<h2>Last Scrobbles</h2>
<p>Today <b>{{counts.today}}</b> | This Week <b>{{counts.week}}</b> | This Month <b>{{counts.month}}</b> | This Year <b>{{counts.year}}</b> | All Time <b>{{counts.alltime}}</b></p>
</div>
<div class="row">
<ul class="nav nav-tabs" id="myTab" role="tablist">
@ -206,4 +209,4 @@
</div>
</div>
</div>
{% endif %}
</div>