diff --git a/nsupdate/main/templates/main/overview.html b/nsupdate/main/templates/main/overview.html index 506a7d7..c8864fb 100644 --- a/nsupdate/main/templates/main/overview.html +++ b/nsupdate/main/templates/main/overview.html @@ -10,7 +10,7 @@ {% for host in hosts %} {{ host.subdomain }}.{{ host.domain.domain }} - {{ host.last_update|timesince }} + {{ host.last_api_update|timesince }} {{ host.getIPv4 }} {{ host.getIPv6 }} {{ host.comment }}