From 6433f3de5c66c8bcc6ff88f2251136c818c33ad1 Mon Sep 17 00:00:00 2001 From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com> Date: Sun, 12 Jun 2022 20:56:59 -0700 Subject: [PATCH] Test templates --- spawn_pending.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 spawn_pending.html diff --git a/spawn_pending.html b/spawn_pending.html new file mode 100644 index 0000000..26642e4 --- /dev/null +++ b/spawn_pending.html @@ -0,0 +1,6 @@ +{% extends "templates/login.html" %} + +{% block message %} +{% super() %} +This step may take several minutes. If you encouter errors several times, please contact one of the CSUSB HPCI team members. +{% endblock %} -- GitLab