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

test login.html

parent 37b043a4
No related branches found
No related tags found
No related merge requests found
{# https://github.com/jupyterhub/jupyterhub/issues/1385
https://github.com/jupyterhub/jupyterhub/issues/1385#issuecomment-738447175 #}
<!-- This test file is based on <!-- This test file is based on
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" %}
...@@ -7,6 +9,10 @@ https://github.com/pangeo-data/pangeo-custom-jupyterhub-templates/blob/master/te ...@@ -7,6 +9,10 @@ https://github.com/pangeo-data/pangeo-custom-jupyterhub-templates/blob/master/te
{# {% set csusb_web_link = "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_web_link = "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_cilogon = 'The following log in uses CSUSB\'s login system\n For details, check out this webpage' %} {% set csusb_cilogon = 'The following log in uses CSUSB\'s login system\n For details, check out this webpage' %}
{% block stylesheet %}
<link rel="stylesheet" href="{{ static_url("css/style.css") }}" type="text/css"/>
{% endblock %}
{% block login %} {% block login %}
<div class="container text-center csusb"> <div class="container text-center csusb">
<h1>{{ csusb_hub_title }}</h1> <h1>{{ csusb_hub_title }}</h1>
......
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