From 6aef34e43f0e9588bcadfb440a8a603197f18158 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 2 Apr 2026 15:55:59 -0400 Subject: [PATCH] [scrobbles] Missed the bag tag url --- vrobbler/templates/scrobbles/scrobble_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vrobbler/templates/scrobbles/scrobble_detail.html b/vrobbler/templates/scrobbles/scrobble_detail.html index a1365a2..d73d10c 100644 --- a/vrobbler/templates/scrobbles/scrobble_detail.html +++ b/vrobbler/templates/scrobbles/scrobble_detail.html @@ -25,7 +25,7 @@ Tags: {% if object.tags.all %} {% for tag in object.tags.all %} - {{ tag.name }} + {{ tag.name }} {% endfor %} {% else %} untagged