diff --git a/page.html b/page.html index 491dc461f92a1217009b57b53a8adfe40d139b32..1a6159eda59ca16d75e930569250557948238da2 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 %}