diff --git a/vrobbler/templates/locations/geolocation_detail.html b/vrobbler/templates/locations/geolocation_detail.html index 5e3fd65..138d9a4 100644 --- a/vrobbler/templates/locations/geolocation_detail.html +++ b/vrobbler/templates/locations/geolocation_detail.html @@ -1,7 +1,7 @@ {% extends "base_list.html" %} {% load mathfilters %} {% load static %} -{% load naturalduration %} +{% load humanize %} {% block title %}{{object.title}}{% endblock %} @@ -62,7 +62,7 @@
{% for scrobble in object.scrobble_set.all|dictsortreversed:"timestamp" %}