[scrobbles] Missed the bag tag url
All checks were successful
build & deploy / test (push) Successful in 1m50s
build & deploy / deploy (push) Successful in 20s

This commit is contained in:
2026-04-02 15:55:59 -04:00
parent 710aff5de4
commit 6aef34e43f

View File

@ -25,7 +25,7 @@
Tags:
{% if object.tags.all %}
{% for tag in object.tags.all %}
<a href="{% url 'scrobbles:scrobble-list' %}?tag={{ tag.name }}" class="badge bg-secondary">{{ tag.name }}</a>
<a href="{% url 'scrobbles:scrobble-list' %}?tags={{ tag.name }}" class="badge bg-secondary">{{ tag.name }}</a>
{% endfor %}
{% else %}
untagged