diff --git a/share/jupyter/hub/templates/page.html b/share/jupyter/hub/templates/page.html
index 62794f7a..6ff05373 100644
--- a/share/jupyter/hub/templates/page.html
+++ b/share/jupyter/hub/templates/page.html
@@ -109,7 +109,7 @@
{% block login_widget %}
{% if user %}
- Logout
+ Logout
{% else %}
Login
{% endif %}