[templates] Clean up chart displays
Some checks failed
build & deploy / test (push) Successful in 1m49s
build & deploy / deploy (push) Failing after 2m4s

This commit is contained in:
2026-04-02 10:54:16 -04:00
parent ce7128c7ac
commit 1bf558938d
14 changed files with 27 additions and 16 deletions

View File

@ -11,7 +11,7 @@
<div class="row">
<p>{{scrobbles.count}} scrobbles</p>
{% if charts %}
<p>{% for chart in charts %}<em><a href="{{chart.chart_url}}">{{chart}}</a></em>{% if forloop.last %}{% else %} | {% endif %}{% endfor %}</p>
{% include "scrobbles/_chart_links.html" %}
{% endif %}
<div class="col-md">
<h3>Last scrobbles</h3>