From 6e9a77f55f3df1312d2b4dd4dd30bde0bc7e8ddb Mon Sep 17 00:00:00 2001 From: Min RK Date: Mon, 13 Jun 2016 12:07:52 +0200 Subject: [PATCH] hide http warning until it's relevant avoids flash of invalid warning when everything is correct --- share/jupyter/hub/templates/login.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/share/jupyter/hub/templates/login.html b/share/jupyter/hub/templates/login.html index bd35bd5a..dfdec9a5 100644 --- a/share/jupyter/hub/templates/login.html +++ b/share/jupyter/hub/templates/login.html @@ -22,9 +22,9 @@
-

+

{% if login_error %} @@ -72,8 +72,10 @@ {{super()}}