From c5672cea22139c8ecf727b91b416d555329dcf3c Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 31 Aug 2014 02:20:36 +0200 Subject: [PATCH] use host.get_fqdn() function to assemble the fqdn, no bold formatting --- 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 7f14430..4986d9c 100644 --- a/nsupdate/main/templates/main/overview.html +++ b/nsupdate/main/templates/main/overview.html @@ -20,7 +20,7 @@ {% for host in hosts %} - {{ host.subdomain }}.{{ host.domain.domain }} + {{ host.get_fqdn }}
{{ host.comment }}