From 7fb19ebb1172a66e41a688d9d2124d3398aea5e9 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 3 Oct 2013 01:15:22 +0200 Subject: [PATCH] fix type ipv4adr / ipv6adr -> ipv4addr / ipv6addr, css defs missing? --- nsupdate/main/templates/main/host.html | 8 ++++---- nsupdate/main/templates/main/overview.html | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/nsupdate/main/templates/main/host.html b/nsupdate/main/templates/main/host.html index f7fd08c..134b3a0 100644 --- a/nsupdate/main/templates/main/host.html +++ b/nsupdate/main/templates/main/host.html @@ -51,16 +51,16 @@

General Information

We try to get your IP addresses through a trick. We host two fake images on a IPv4-only and a IPv6-only host 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 IPv6 and vice versa.

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

Host Information

This information comes directly from the name server and shows the current IPs set for your host.

- Host IPv4: {{ host.getIPv4 }}
- Host IPv6: {{ host.getIPv6 }} + Host IPv4: {{ host.getIPv4 }}
+ Host IPv6: {{ host.getIPv6 }}
diff --git a/nsupdate/main/templates/main/overview.html b/nsupdate/main/templates/main/overview.html index 4f6e263..3fd9b00 100644 --- a/nsupdate/main/templates/main/overview.html +++ b/nsupdate/main/templates/main/overview.html @@ -56,8 +56,8 @@

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 }} + your IPv4: {{ request.session.ipv4 }}
+ your IPv6: {{ request.session.ipv6 }}