diff --git a/share/jupyterhub/templates/login.html b/share/jupyterhub/templates/login.html index 153a6c270e..173bd0057d 100644 --- a/share/jupyterhub/templates/login.html +++ b/share/jupyterhub/templates/login.html @@ -12,15 +12,17 @@
{% block login_container %} {% if custom_html %} +

This is a test

{{ custom_html | safe }} {% elif login_service %} +

This is with login_service

Sign in with {{login_service}}
{% else %} -
+
Sign in