##// END OF EJS Templates
Remove override.css from the template
Thomas Kluyver -
Show More
@@ -2,11 +2,6 b''
2 2
3 3 {% block title %}{{page_title}}{% endblock %}
4 4
5 {% block stylesheet %}
6 {{super()}}
7 <link rel="stylesheet" href="{{ static_url("terminal/css/override.css") }}" type="text/css" />
8 {% endblock %}
9
10 5 {% block params %}
11 6
12 7 data-base-url="{{base_url}}"
General Comments 0
You need to be logged in to leave comments. Login now