Skip to content
Snippets Groups Projects
Commit 050a15b1 authored by youngsuKim-CSUSB's avatar youngsuKim-CSUSB
Browse files

test login.html

parent fc4a4a30
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
https://github.com/pangeo-data/pangeo-custom-jupyterhub-templates/blob/master/templates/page.html --> https://github.com/pangeo-data/pangeo-custom-jupyterhub-templates/blob/master/templates/page.html -->
{% extends "templates/login.html" %} {% extends "templates/login.html" %}
{% set csusb_hub_title = 'Welcome to Cal State San Bernardino JupyterHub' %} <!-- {% set csusb_hub_title = 'Welcome to Cal State San Bernardino JupyterHub' %} -->
<!-- {% set csusb_hub_subtitle = 'test announcement message' %} --> <!-- {% 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>' %} --> <!-- {% 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>' %} -->
<!-- <!--
...@@ -13,13 +13,13 @@ Where is login_widget located ...@@ -13,13 +13,13 @@ Where is login_widget located
{% block main %} {% block main %}
<div class="container text-center csusb"> <div class="container text-center csusb">
<h1>{{ csusb_hub_title }}</h1> <h1>{{ csusb_hub_title }}</h1>
<h4> <!-- <h4>
<p> <p>
{% if csusb_welcome %} {% if csusb_welcome %}
{{ (csusb_welcome | safe) }} {{ (csusb_welcome | safe) }}
{% else %} {% else %}
</p> </p>
</h4> </h4> -->
</div> </div>
{{ super() }} {{ super() }}
{% endblock %} {% endblock %}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment