From 8f5f6ceb4f9fde35ad23d02cc5d63bf3f5765cbb Mon Sep 17 00:00:00 2001 From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com> Date: Mon, 20 Jun 2022 22:26:42 -0700 Subject: [PATCH] test htmls --- page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/page.html b/page.html index 1a6159e..bee7ec6 100644 --- a/page.html +++ b/page.html @@ -1,7 +1,7 @@ {% extends "templates/page.html" %} {% set extra_resources = {'n_gpus' : 3} %} -{% do extra_resources['n_cpus']=4 %} +<!-- {% do extra_resources['n_cpus']=4 %} --> {% block footer %} CSUSB ITS/ATI {{ extra_resources.n_gpus }} -- GitLab