File tree 3 files changed +9
-8
lines changed
3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 35
35
.idea /
36
36
Read the Docs
37
37
config.rst
38
-
38
+ * .iml
39
39
/.project
40
40
/.pydevproject
41
41
Original file line number Diff line number Diff line change 122
122
</ div >
123
123
</ noscript >
124
124
125
- < div id ="header ">
125
+ < div id ="header " role =" navigation " aria-label =" Top Menu " >
126
126
< div id ="header-container " class ="container ">
127
127
< div id ="ipython_notebook " class ="nav navbar-brand "> < a href ="{{default_url}}
128
128
{%- if logged_in and token -%}?token={{token}}{%- endif -%} " title ='{% trans %}dashboard{% endtrans %} '>
153
153
154
154
{% block header %}
155
155
{% endblock %}
156
- </ div >
156
+
157
+ </ div >
157
158
158
159
< div id ="site ">
159
- {% block site %}
160
- {% endblock %}
160
+ {% block site %}
161
+ {% endblock %}
161
162
</ div >
162
163
163
164
{% block after_site %}
Original file line number Diff line number Diff line change 1
1
{% extends "page.html" %}
2
-
3
2
{% block title %}{{page_title}}{% endblock %}
4
3
5
4
27
26
{% block site %}
28
27
29
28
< div id ="ipython-main-app " class ="container ">
30
- < div id ="tab_content " class ="tabbable ">
29
+
30
+ < div id ="tab_content " class ="tabbable " role ="main ">
31
31
< ul id ="tabs " class ="nav nav-tabs ">
32
32
< li class ="active "> < a href ="#notebooks " data-toggle ="tab "> {% trans %}Files{% endtrans %}</ a > </ li >
33
33
< li > < a href ="#running " data-toggle ="tab "> {% trans %}Running{% endtrans %}</ a > </ li >
204
204
205
205
206
206
< script src ="{{ static_url( "tree /js/main.min.js") }}" type="text/javascript " charset ="utf-8 "> </ script >
207
- {% endblock %}
207
+ {% endblock %}
You can’t perform that action at this time.
0 commit comments