From 9ff4cbbc6329351ffbc7a0aaefed557bcb9f6e71 Mon Sep 17 00:00:00 2001 From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com> Date: Mon, 20 Jun 2022 22:35:29 -0700 Subject: [PATCH] test htmls --- spawn_pending.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/spawn_pending.html b/spawn_pending.html index 4cada8b..2dd1bd2 100644 --- a/spawn_pending.html +++ b/spawn_pending.html @@ -6,9 +6,4 @@ <p>Most of the time, the issue or delay is related to the server (upgrading or temporary maintanance).</p> <p>For errors lasting for an extended period of time, please contact one of the <a href="https://www.csusb.edu/high-performance-computing#team" target="_blank">CSUSB HPCI team members</a>.</p> <p> Number of GPUS selected: {{ extra_resources.n_gpus }}</p> -<br> -{% for scope in allowed_scopes %} - {{ scope }} -{% endfor %} -<br> {% endblock %} -- GitLab