diff --git a/nsupdate/main/templates/main/overview.html b/nsupdate/main/templates/main/overview.html index c8864fb..2854884 100644 --- a/nsupdate/main/templates/main/overview.html +++ b/nsupdate/main/templates/main/overview.html @@ -3,7 +3,7 @@ {% block content %}
-
+

Host List

@@ -24,22 +24,28 @@ {% endfor %}
domainlast IP updateIPv4IPv6commentaction
-
-

New Host

-
- {% csrf_token %} - {{ form|bootstrap }} - -
-
+

+
-

Information

-

We try to get your IP addresses through a trick. We host two fake images on a IPv4 and IPv6 domain and we can associate those with your session. If we find an IP address, we will update this information accordingly. This allows us to get your IPv4 address even when you are using your IPv6 and vice versa.

- your IPv4: {{ request.session.ipv4 }}
- your IPv6: {{ request.session.ipv6 }} +
+

New Host

+
+ {% csrf_token %} + {{ form|bootstrap }} + +
+
+
+
+
+

Information

+

We try to get your IP addresses through a trick. We host two fake images on a IPv4 and IPv6 domain and we can associate those with your session. If we find an IP address, we will update this information accordingly. This allows us to get your IPv4 address even when you are using your IPv6 and vice versa.

+ your IPv4: {{ request.session.ipv4 }}
+ your IPv6: {{ request.session.ipv6 }} +
{% endblock %}