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 %}