{# https://github.com/jupyterhub/jupyterhub/issues/1385 #} {# https://github.com/jupyterhub/jupyterhub/issues/1385#issuecomment-738447175 #} {% extends "templates/login.html" %} {% set announcement = 'We are testing customized style / The server works the same way as before' %} {% set csusb_hub_title = 'Welcome to Cal State San Bernardino JupyterHub' %} {% set csusb_cilogon = 'The following login process (the orange button) uses CSUSB\'s DUO login system' %} {% block login %}

{{ csusb_hub_title }}

{{ csusb_cilogon | safe }}

{#

Visit CSUSB High Performance Computing Initiative for more information about CSUSB HPCI

#}

 

 

 

{{ super() }}

 

Be sure to choose California State University San Bernardino on the next page instead of ORCID

Click here for more details CILogon-CSUSB-Select
{% endblock %} {% block stylesheet %} {{ super() }} {% endblock %}