diff --git a/IPython/frontend/html/notebook/templates/notebooks.html b/IPython/frontend/html/notebook/templates/notebooks.html index 897074d34..2a4f0f86d 100644 --- a/IPython/frontend/html/notebook/templates/notebooks.html +++ b/IPython/frontend/html/notebook/templates/notebooks.html @@ -13,12 +13,18 @@ window.mathjax_url = "{{mathjax_url}}"; - - {{super()}} {% endblock %} +{% block lesscss %} + {% if use_less %} + + {% else %} + + {% endif %} +{% endblock lesscss%} + {% block params %} data-project={{project}} @@ -196,7 +202,7 @@ class="notebook_app" - + @@ -210,8 +216,8 @@ class="notebook_app" - - + + diff --git a/IPython/frontend/html/notebook/templates/page.html b/IPython/frontend/html/notebook/templates/page.html index 816038eac..58804827c 100644 --- a/IPython/frontend/html/notebook/templates/page.html +++ b/IPython/frontend/html/notebook/templates/page.html @@ -12,18 +12,12 @@ {% block title %}IPython Notebook{% endblock %} - - + {% block stylesheet %} {% block lesscss %} - {% if use_less %} - - {% else %} - - {% endif %} {% endblock lesscss%} {% endblock %} - + {% block meta %} @@ -59,9 +53,9 @@ - - - + + + {% block script %} {% if use_less %} @@ -69,7 +63,7 @@ {% endif %} {% endblock %} - +