From 549c11b90619b6f3e50b076686a4fda891c55500 Mon Sep 17 00:00:00 2001 From: Fabian Faessler Date: Mon, 30 Sep 2013 01:17:02 +0200 Subject: [PATCH] small ui changes --- nsupdate/main/templates/main/home.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.