[locations] Add locations to dashboard

This commit is contained in:
2025-09-11 18:29:28 -04:00
parent 3b77feda45
commit 92c0c668b3
5 changed files with 20 additions and 10 deletions

View File

@ -126,5 +126,14 @@
<p>No books today</p>
{% endif %}
<h3><a href="{% url 'locations:geolocation_list' %}">Locations</a></h3>
{% if GeoLocation %}
{% with scrobbles=GeoLocation count=GeoLocation_count time=GeoLocation_time %}
{% include "scrobbles/_scrobble_table.html" %}
{% endwith %}
{% else %}
<p>No locations visited today</p>
{% endif %}
</div>
</div>