[scrobbles] Move tags out of org title and into page
This commit is contained in:
@ -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">
|
||||
|
||||
Reference in New Issue
Block a user