From 481f934eff60ccee2cf42560205138848b58d0c7 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sat, 25 Oct 2014 08:16:18 -0400 Subject: [PATCH] Typo on div tag I believe that this div should be a ending div tag. --- share/jupyter/templates/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/jupyter/templates/login.html b/share/jupyter/templates/login.html index 9148e3ce..6beaa44a 100644 --- a/share/jupyter/templates/login.html +++ b/share/jupyter/templates/login.html @@ -28,7 +28,7 @@ {% endif %} {% endif %} -
+
{% endblock %}