From ca3e495467ab59f0ffd479662cc441c1c43f6cd2 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 24 Nov 2023 01:35:32 +0100 Subject: [PATCH] Clean up location detail --- vrobbler/templates/locations/geolocation_detail.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/vrobbler/templates/locations/geolocation_detail.html b/vrobbler/templates/locations/geolocation_detail.html index 6022b29..5e3fd65 100644 --- a/vrobbler/templates/locations/geolocation_detail.html +++ b/vrobbler/templates/locations/geolocation_detail.html @@ -39,7 +39,6 @@

- {{object.lat}} {% if object.summary %}

{{object.summary|safe|linebreaks|truncatewords:160}}


@@ -58,18 +57,12 @@ Date - Completed - Pages read - Authors {% for scrobble in object.scrobble_set.all|dictsortreversed:"timestamp" %} {{scrobble.timestamp}} - {% if scrobble.long_play_complete == True %}Yes{% endif %} - {% if scrobble.in_progress %}Now reading{% else %}{{scrobble.session_pages_read}}{% endif %} - {% for author in scrobble.book.authors.all %}{{author}}{% if not forloop.last %}, {% endif %}{% endfor %} {% endfor %}