From 49b7de47bfe44f3535fecfe10464caf908791f31 Mon Sep 17 00:00:00 2001 From: Fabian Faessler Date: Sun, 29 Sep 2013 21:21:22 +0200 Subject: [PATCH] fixed last api update in overview fiew --- nsupdate/main/templates/main/overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}