[scrobbles] Move tags out of org title and into page

This commit is contained in:
2026-04-02 11:55:29 -04:00
parent b6af201ba3
commit 29e179adad
5 changed files with 127 additions and 5 deletions

View File

@ -21,6 +21,15 @@
<p>{{ object.logdata.description }}</p>
{% endif %}
Tags: {{object.tags}}
{% if object.tags.all %}
<p>
{% for tag in object.tags.all %}
<a href="{% url 'scrobbles:scrobble-list' %}?tag={{ tag.name }}" class="badge bg-secondary">{{ tag.name }}</a>
{% endfor %}
</p>
{% endif %}
{% with notes_html=object.logdata.notes_as_html %}
{% if notes_html %}
<div class="mb-3">