Add scrobble to locations list

This commit is contained in:
2023-11-25 15:39:27 +01:00
parent 22ad340d43
commit 9ba9319885
2 changed files with 154 additions and 1 deletions

View File

@ -68,7 +68,7 @@
<tbody>
{% for location in object_list %}
<tr>
<td>{{location.scrobbles.count}}</td>
<td>{{location.scrobble_set.count}}</td>
<td><a href="{{location.get_absolute_url}}">{{location.lat}}x{{location.lon}}</a></td>
</tr>
{% endfor %}