[templates] Fix food templates and such

This commit is contained in:
2025-09-11 09:41:12 -04:00
parent 6782ed312d
commit 5cac1fe109
4 changed files with 59 additions and 1 deletions

View File

@ -53,7 +53,7 @@
<tbody>
{% for scrobble in scrobbles.all %}
<tr>
<td>{{scrobble.local_timestamp}}</td>
<td><a href={{scrobble.get_absolute_url}}>{{scrobble.local_timestamp}}</a></td>
</tr>
{% endfor %}
</tbody>