From 981ef2ca3bdeb97d185576a6f69b48d32cac5556 Mon Sep 17 00:00:00 2001 From: Akanksha Bhardwaj Date: Fri, 21 Sep 2018 18:08:34 +0530 Subject: [PATCH] display username in control panel --- share/jupyterhub/templates/page.html | 1 + 1 file changed, 1 insertion(+) diff --git a/share/jupyterhub/templates/page.html b/share/jupyterhub/templates/page.html index ac5956f9..7d973bc0 100644 --- a/share/jupyterhub/templates/page.html +++ b/share/jupyterhub/templates/page.html @@ -123,6 +123,7 @@ {% block login_widget %} {% if user %} + Logout {% else %} Login