diff --git a/nsupdate/main/templates/main/about.html b/nsupdate/main/templates/main/about.html index b714816..a5aae18 100644 --- a/nsupdate/main/templates/main/about.html +++ b/nsupdate/main/templates/main/about.html @@ -2,7 +2,6 @@ {% load bootstrap %} {% block content %} -

About the {{ WWW_HOST }} service

@@ -94,5 +93,4 @@

-
{% endblock %} diff --git a/nsupdate/main/templates/main/domain.html b/nsupdate/main/templates/main/domain.html index 1a743bf..88f2061 100644 --- a/nsupdate/main/templates/main/domain.html +++ b/nsupdate/main/templates/main/domain.html @@ -2,7 +2,6 @@ {% load bootstrap %} {% block content %} -

{{ domain.domain }}
back to overview

@@ -30,5 +29,4 @@
-
{% endblock %} diff --git a/nsupdate/main/templates/main/home.html b/nsupdate/main/templates/main/home.html index 58c021d..0392d85 100644 --- a/nsupdate/main/templates/main/home.html +++ b/nsupdate/main/templates/main/home.html @@ -3,12 +3,11 @@ {% load static %} {% block content %} -
-
-

Your current IP(s):

-

IPv4: {{ request.session.ipv4 }}

-

IPv6: {{ request.session.ipv6 }}

-
+
+

Your current IP(s):

+

IPv4: {{ request.session.ipv4 }}

+

IPv6: {{ request.session.ipv6 }}

+
@@ -41,5 +40,4 @@

-
{% endblock %} diff --git a/nsupdate/main/templates/main/host.html b/nsupdate/main/templates/main/host.html index 6af3671..1cb34c8 100644 --- a/nsupdate/main/templates/main/host.html +++ b/nsupdate/main/templates/main/host.html @@ -2,7 +2,6 @@ {% load bootstrap %} {% block content %} -

{{ host.get_fqdn }}
back to overview

@@ -72,5 +71,4 @@
-
{% endblock %} diff --git a/nsupdate/main/templates/main/status.html b/nsupdate/main/templates/main/status.html index ca0f073..d3336c6 100644 --- a/nsupdate/main/templates/main/status.html +++ b/nsupdate/main/templates/main/status.html @@ -2,7 +2,6 @@ {% load bootstrap %} {% block content %} -

Domains

@@ -48,5 +47,4 @@
-
{% endblock %}