From 023a53e3f5870e692eff711d2f21796edc8ca930 Mon Sep 17 00:00:00 2001 From: Matthias BUSSONNIER Date: Wed, 30 Jan 2013 19:01:33 +0100 Subject: [PATCH] re-fix cluster list --- IPython/frontend/html/notebook/templates/page.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IPython/frontend/html/notebook/templates/page.html b/IPython/frontend/html/notebook/templates/page.html index 6a7648d9f..ff4203e07 100644 --- a/IPython/frontend/html/notebook/templates/page.html +++ b/IPython/frontend/html/notebook/templates/page.html @@ -14,8 +14,6 @@ - {% block stylesheet %} - {% endblock %} {% block lesscss %} {% if use_less %} @@ -23,6 +21,8 @@ {% endif %} {% endblock lesscss%} + {% block stylesheet %} + {% endblock %}