From 608d5ffca9bfe4d8d44760127b6742d2ddb59f87 2013-01-30 18:01:33 From: Matthias BUSSONNIER Date: 2013-01-30 18:01:33 Subject: [PATCH] re-fix cluster list --- diff --git a/IPython/frontend/html/notebook/templates/page.html b/IPython/frontend/html/notebook/templates/page.html index 6a7648d..ff4203e 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 %}