revert logo URL change

it just increased the number of redirects
This commit is contained in:
Min RK
2015-02-02 11:09:51 -08:00
parent 2c49bcb703
commit df8925a232

View File

@@ -82,7 +82,7 @@
<div id="header" class="navbar navbar-static-top">
<div class="container">
<span id="jupyterhub-logo" class="pull-left"><a href="{{prefix}}" alt='dashboard'><img src='{{static_url("images/jupyterhub-80.png") }}' alt='JupyterHub' class='jpy-logo'/></a></span>
<span id="jupyterhub-logo" class="pull-left"><a href="{{base_url}}"><img src='{{static_url("images/jupyterhub-80.png") }}' alt='JupyterHub' class='jpy-logo' title='Home'/></a></span>
{% block login_widget %}