From 33c3e961197cc86e41c93aa1d181d68cc551aaf9 Mon Sep 17 00:00:00 2001 From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com> Date: Thu, 23 Jun 2022 20:52:53 -0700 Subject: [PATCH] Add page footer --- page.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/page.html b/page.html index 336f9a8..05a3f0f 100644 --- a/page.html +++ b/page.html @@ -1,9 +1,7 @@ {% extends "templates/page.html" %} -{% set extra_resources = {'n_gpus' : 0, 'n_cpus' : 1} %} - -{# {% block footer %} -CSUSB ITS/ATI -{% endblock %} -#} \ No newline at end of file +<p> +The JupyterHub is provided by the ITS and ATI at California State Univeristy San Bernardino +</p> +{% endblock %} \ No newline at end of file -- GitLab