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

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

diff --git a/page.html b/page.html
index f20eb5f..5bb3fc1 100644
--- a/page.html
+++ b/page.html
@@ -1,7 +1,7 @@
 {% extends "templates/page.html" %}
 
 {% set extra_resources = {'n_gpus' : 0} %}
-{% do extra_resources.update({'n_gpus' : 1}) %}
+{% set _ = extra_resources.__setitem__('n_gpus', 1) %}
 
 {% block footer %}
 CSUSB ITS/ATI 
-- 
GitLab