From a6550db4f944cc09c22e6f285c5a2b8aaa99e9e9 Mon Sep 17 00:00:00 2001
From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com>
Date: Mon, 13 Jun 2022 23:43:20 -0700
Subject: [PATCH] test login.html

---
 login.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/login.html b/login.html
index 7bddce8..37c70e6 100644
--- a/login.html
+++ b/login.html
@@ -5,10 +5,10 @@ https://github.com/pangeo-data/pangeo-custom-jupyterhub-templates/blob/master/te
 {% set csusb_hub_title = 'Welcome to Cal State San Bernardino JupyterHub' %}
 <!-- {% set csusb_hub_subtitle = 'test announcement message' %} -->
 {% set csusb_welcome = 'For more information about HPC at CSUSB, 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>' %}
-
+<!-- 
 {% block login_widget %}
 Where is login_widget located
-{% endblock %}
+{% endblock %} -->
 
 {% block main %}
 <div class="container text-center csusb">
-- 
GitLab