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

---
 page.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/page.html b/page.html
index 491dc46..1a6159e 100644
--- a/page.html
+++ b/page.html
@@ -1,9 +1,8 @@
 {% extends "templates/page.html" %}
 
 {% set extra_resources = {'n_gpus' : 3} %}
-extra_resources.n_gpus.update(2)
 {% do extra_resources['n_cpus']=4 %} 
 
 {% block footer %}
-CSUSB ITS/ATI {{ user.name }}
+CSUSB ITS/ATI {{ extra_resources.n_gpus }}
 {% endblock %}
-- 
GitLab