From d6aff5b24b5555bce0b1cd4bcc358e8684dae9a0 Mon Sep 17 00:00:00 2001
From: youngsukim-csusb <youngsu.kim@csusb.edu>
Date: Mon, 20 Jun 2022 17:25:04 -0700
Subject: [PATCH] test spawn

---
 spawn.html         | 4 +---
 spawn_pending.html | 2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/spawn.html b/spawn.html
index cac76cf..6c4cadb 100644
--- a/spawn.html
+++ b/spawn.html
@@ -1,9 +1,7 @@
 {% extends "templates/spawn.html" %}
 
 {% block main %}
-{{ super.super() }}
-{{ super() }}
-<p>Number of GPUs: {{ n_gpus }}</p>
+<p>Number of GPUs: {{ extra_resources.n_gpus }}</p>
 {% endblock %}
 
 {% block heading %}
diff --git a/spawn_pending.html b/spawn_pending.html
index c36b1a3..4cada8b 100644
--- a/spawn_pending.html
+++ b/spawn_pending.html
@@ -5,7 +5,7 @@
 <p>This step may take several minutes.</p>
 <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: {{ n_gpus }}</p>
+<p> Number of GPUS selected: {{ extra_resources.n_gpus }}</p>
 <br>
 {% for scope in allowed_scopes %}
     {{ scope }}
-- 
GitLab