##// END OF EJS Templates
use super in templates
Matthias BUSSONNIER -
Show More
@@ -18,6 +18,8 b' window.mathjax_url = "{{mathjax_url}}";'
18
18
19 <link rel="stylesheet" href="{{ static_url("css/celltoolbar.css") }}" type="text/css" />
19 <link rel="stylesheet" href="{{ static_url("css/celltoolbar.css") }}" type="text/css" />
20
20
21 {{super()}}
22
21 {% endblock %}
23 {% endblock %}
22
24
23 {% block params %}
25 {% block params %}
@@ -14,6 +14,7 b''
14 <link rel="stylesheet" href="{{static_url("jquery/css/themes/base/jquery-ui.min.css") }}" type="text/css" />
14 <link rel="stylesheet" href="{{static_url("jquery/css/themes/base/jquery-ui.min.css") }}" type="text/css" />
15 <link rel="stylesheet" href="{{static_url("css/boilerplate.css") }}" type="text/css" />
15 <link rel="stylesheet" href="{{static_url("css/boilerplate.css") }}" type="text/css" />
16 <link rel="stylesheet" href="{{static_url("css/page.css") }}" type="text/css"/>
16 <link rel="stylesheet" href="{{static_url("css/page.css") }}" type="text/css"/>
17 {% block stylesheet %}
17 {% block lesscss %}
18 {% block lesscss %}
18 {% if use_less %}
19 {% if use_less %}
19 <link rel="stylesheet/less" href="{{ static_url("less/style.less") }}" type="text/css" />
20 <link rel="stylesheet/less" href="{{ static_url("less/style.less") }}" type="text/css" />
@@ -21,7 +22,6 b''
21 <link rel="stylesheet" href="{{ static_url("css/style.min.css") }}" type="text/css"/>
22 <link rel="stylesheet" href="{{ static_url("css/style.min.css") }}" type="text/css"/>
22 {% endif %}
23 {% endif %}
23 {% endblock lesscss%}
24 {% endblock lesscss%}
24 {% block stylesheet %}
25 {% endblock %}
25 {% endblock %}
26 <link rel="stylesheet" href="{{ static_url("css/custom.css") }}" type="text/css" />
26 <link rel="stylesheet" href="{{ static_url("css/custom.css") }}" type="text/css" />
27
27
@@ -3,6 +3,7 b''
3 {% block title %}IPython Dashboard{% endblock %}
3 {% block title %}IPython Dashboard{% endblock %}
4
4
5 {% block stylesheet %}
5 {% block stylesheet %}
6 {{super()}}
6 <link rel="stylesheet" href="{{static_url("css/alternateuploadform.css") }}" type="text/css" />
7 <link rel="stylesheet" href="{{static_url("css/alternateuploadform.css") }}" type="text/css" />
7 <link rel="stylesheet" href="{{static_url("css/style.min.css") }}" type="text/css" />
8 <link rel="stylesheet" href="{{static_url("css/style.min.css") }}" type="text/css" />
8 <link rel="stylesheet" href="{{static_url("css/projectdashboard.css") }}" type="text/css" />
9 <link rel="stylesheet" href="{{static_url("css/projectdashboard.css") }}" type="text/css" />
General Comments 0
You need to be logged in to leave comments. Login now