From 3189fa7b24319493247c4de8fcb3d856e9cdb267 Mon Sep 17 00:00:00 2001 From: youngsukim-csusb <youngsu.kim@csusb.edu> Date: Mon, 13 Jun 2022 19:40:58 -0700 Subject: [PATCH] Update routine --- login.html | 8 ++++---- spawn_pending.html | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/login.html b/login.html index 3031504..53fa0fc 100644 --- a/login.html +++ b/login.html @@ -6,18 +6,18 @@ https://github.com/pangeo-data/pangeo-custom-jupyterhub-templates/blob/master/te {% block main %} <div class="container text-center csusb"> - <h1>{{ csusb_hub_title or 'CSUSB JupyterHub' }}</h1> + <h1>{{ csusb_hub_title or 'Welcome to Cal State San Bernardino JupyterHub' }}</h1> <h2>{{ csusb_hub_subtitle }}</h2> - <h3> + <h4> <p> {% if csusb_welcome %} {{ (csusb_welcome | safe) }} {% else %} - Welcome to Cal State San Bernardino JupyterHub </p> + </p> <p>For more information about HPC at CSUSB <br> visit <a href="https://www.csusb.edu/academic-technologies-innovation/xreal-lab-and-high-performance-computing/high-performance" target="_blank">CSUSB High Performance Computing Initiative</a> {% endif %} </p> - </h3> + </h4> </div> {{ super() }} {% endblock %} diff --git a/spawn_pending.html b/spawn_pending.html index f5707c4..2b3d4e0 100644 --- a/spawn_pending.html +++ b/spawn_pending.html @@ -7,7 +7,7 @@ <p>For errors lasting for an extended period of time, please contact one of the <a href="https://www.csusb.edu/academic-technologies-innovation/xreal-lab-and-high-performance-computing/high-performance#team" target="_blank">CSUSB HPCI team members</a>.</p> <br> {% for scope in allowed_scopes %} -{{ scope }} -{% endfor %}}} + {{ scope }} +{% endfor %} <br> {% endblock %} -- GitLab