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