[templates] Add links to scrobbles

Ultimately these should probably be templated
This commit is contained in:
2025-09-11 18:03:35 -04:00
parent 45c402f8c1
commit 3b77feda45
11 changed files with 11 additions and 11 deletions

View File

@ -57,7 +57,7 @@
<tbody>
{% for scrobble in object.scrobble_set.all|dictsortreversed:"timestamp" %}
<tr>
<td>{{scrobble.local_timestamp}}</td>
<td><a href={{scrobble.get_absolute_url}}>{{scrobble.local_timestamp}}</a></td>
</tr>
{% endfor %}
</tbody>