From 98d5def0444c940e09a13057c6a874d33739b142 Mon Sep 17 00:00:00 2001
From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com>
Date: Mon, 20 Jun 2022 22:29:05 -0700
Subject: [PATCH] test htmls

---
 page.html  | 2 ++
 spawn.html | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/page.html b/page.html
index 17d8ed0..11164c5 100644
--- a/page.html
+++ b/page.html
@@ -1,6 +1,8 @@
 {% extends "templates/page.html" %}
 
 {% set extra_resources = {'n_gpus' : 0} %}
+{% do extra_resources['n_gpus'] = 1 %}
+
 
 {% block footer %}
 CSUSB ITS/ATI 
diff --git a/spawn.html b/spawn.html
index cb24c1e..c3985dd 100644
--- a/spawn.html
+++ b/spawn.html
@@ -6,7 +6,7 @@
 
 {% block heading %}
 <p>Number of GPUs: {{ extra_resources.n_gpus }}</p>
-<p>Username {{ user.scope }} </p>
+<p>Username {{ user }} </p>
 <label for="gpus">GPUs</label>
 <input class="form-control input-lg" type="range" name="gpus" value="{{ extra_resources.n_gpus }}" min="0" max="4" oninput="this.nextElementSibling.value = this.value"/>
 <output>{{ extra_resources.n_gpus }}</output>  
-- 
GitLab