[scrobbles] Missed the bag tag url
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user