File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 118
118
119
119
< div id ="header ">
120
120
< div id ="header-container " class ="container ">
121
- < div id ="ipython_notebook " class ="nav navbar-brand pull-left "> < a href ="{{default_url}} " title ='{% trans %}dashboard{% endtrans %} '> {% block logo %}< img src ='{{static_url("base/images/logo.png") }} ' alt ='Jupyter Notebook '/> {% endblock %}</ a > </ div >
121
+ < div id ="ipython_notebook " class ="nav navbar-brand pull-left "> < a href ="{{default_url}}
122
+ {%- if logged_in and token -%}?token={{token}}{%- endif -%} " title ='{% trans %}dashboard{% endtrans %} '>
123
+ {% block logo %}< img src ='{{static_url("base/images/logo.png") }} ' alt ='Jupyter Notebook '/> {% endblock %}
124
+ </ a > </ div >
122
125
123
126
{% block headercontainer %}
124
127
{% endblock %}
You can’t perform that action at this time.
0 commit comments