From 32813e53d6a7dfa37b3702e354604a1c0c079cfe 2013-06-11 18:51:32 From: MinRK Date: 2013-06-11 18:51:32 Subject: [PATCH] fix Invalid Password message location --- diff --git a/IPython/frontend/html/notebook/templates/login.html b/IPython/frontend/html/notebook/templates/login.html index e3aad25..f388c6e 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 %}