diff --git a/login.html b/login.html
index 3031504194980eb7982f43d10c5201b5f8272782..53fa0fc8baa45b3a23d918d934d00edf7ea283e7 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 f5707c4e58080e2e5ae05792f72d96baf20b9226..2b3d4e005954c7838f450eb517704609365e748a 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 %}