From 8a4e398b751012014f0580cdfdf9154865833723 Mon Sep 17 00:00:00 2001 From: MinRK Date: Tue, 11 Jun 2013 11:51:32 -0700 Subject: [PATCH] fix Invalid Password message location --- IPython/frontend/html/notebook/templates/login.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/IPython/frontend/html/notebook/templates/login.html b/IPython/frontend/html/notebook/templates/login.html index e3aad25da..f388c6ee8 100644 --- a/IPython/frontend/html/notebook/templates/login.html +++ b/IPython/frontend/html/notebook/templates/login.html @@ -14,6 +14,7 @@
{% if login_available %} +
+
{% endif %} - {% if message %} +
{% for key in message %}
{{message[key]}}
{% endfor %} +
{% endif %}