[scrobbles] Missed the bag tag url
This commit is contained in:
@ -25,7 +25,7 @@
|
|||||||
Tags:
|
Tags:
|
||||||
{% if object.tags.all %}
|
{% if object.tags.all %}
|
||||||
{% for tag in 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 %}
|
{% endfor %}
|
||||||
{% else %}
|
{% else %}
|
||||||
untagged
|
untagged
|
||||||
|
|||||||
Reference in New Issue
Block a user