diff --git a/login.html b/login.html
index a12974da0bda690b7a56f8e1c3cc98aec153096c..dba32e69420b6d03f3c2db35266b50900cba0bda 100644
--- a/login.html
+++ b/login.html
@@ -10,14 +10,9 @@ https://github.com/pangeo-data/pangeo-custom-jupyterhub-templates/blob/master/te
     <h1>{{ csusb_hub_title  }}</h1>
     <!-- <h2>{{ csusb_hub_subtitle }}</h2> -->
     <h4>
-      <!-- <p>
-      {% if csusb_welcome %}
-      {{ (csusb_welcome | safe) }}
-      {% else %}
-      </p> -->
       <p>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>
-      {% endif %} </p>
+      </p>
     </h4>
 </div>
 {{ super() }}