diff --git a/nsupdate/main/templates/main/home.html b/nsupdate/main/templates/main/home.html index b471ebe..04f1392 100644 --- a/nsupdate/main/templates/main/home.html +++ b/nsupdate/main/templates/main/home.html @@ -10,7 +10,7 @@

{{request.session.ipv4}}

{% endif %} {% if request.session.ipv6 %} -

{{request.session.ipv6}}

+

{{request.session.ipv6}}

{% endif %}

nsupdate.info - the Dynamic DNS service you waited for. diff --git a/nsupdate/main/templates/main/host.html b/nsupdate/main/templates/main/host.html index 0df555f..1377cfb 100644 --- a/nsupdate/main/templates/main/host.html +++ b/nsupdate/main/templates/main/host.html @@ -2,7 +2,7 @@ {% load bootstrap %} {% block content %} - +

{{ host.get_fqdn }}
back to overview

@@ -72,4 +72,5 @@
+
{% endblock %}