diff --git a/nsupdate/main/templates/main/home.html b/nsupdate/main/templates/main/home.html index c551a98..4eeb49c 100644 --- a/nsupdate/main/templates/main/home.html +++ b/nsupdate/main/templates/main/home.html @@ -6,11 +6,12 @@
+

Your IP is:

{% if request.session.ipv4 %}

{{request.session.ipv4}}

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

{{request.session.ipv6}}

+

{{request.session.ipv6}}

{% endif %}

Free and Open Source Dynamic DNS service for you. Developed in under 48h for the Django-Dash 2013.