From 5e2ddfec1c8f0b2e5fbe78d13d8a58644748e0ac Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 12 Nov 2013 14:28:50 +0100 Subject: [PATCH] add a warning if we have no javascript it is needed e.g. for the IP address detection and also other functions. --- nsupdate/templates/base.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nsupdate/templates/base.html b/nsupdate/templates/base.html index 9cab04c..815d277 100644 --- a/nsupdate/templates/base.html +++ b/nsupdate/templates/base.html @@ -92,6 +92,12 @@ {% endif %} {% endif %} + {% if messages %} {% for message in messages %}