diff --git a/nsupdate/main/templates/main/home.html b/nsupdate/main/templates/main/home.html index 5b1b1cb..942b3e4 100644 --- a/nsupdate/main/templates/main/home.html +++ b/nsupdate/main/templates/main/home.html @@ -9,9 +9,11 @@ {% block content %} {% include "main/includes/home_top.html" %}
- IPv4: {{ request.session.ipv4 }}
-
- rDNS: {{ request.session.ipv4_rdns }}
-
- IPv6: {{ request.session.ipv6 }}
-
- rDNS: {{ request.session.ipv6_rdns }}
-