From a3e7de3d6ad246b61445aaae7eb7f69217b9f9b1 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 29 Sep 2013 15:43:36 +0200 Subject: [PATCH] fix wrong closing tag --- nsupdate/main/templates/main/overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsupdate/main/templates/main/overview.html b/nsupdate/main/templates/main/overview.html index 826b5ef..27eb487 100644 --- a/nsupdate/main/templates/main/overview.html +++ b/nsupdate/main/templates/main/overview.html @@ -35,7 +35,7 @@

Information

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