From 25cf0bff608c0546140cc09ead013a15b9d6b0a8 Mon Sep 17 00:00:00 2001 From: Daniel Xenes Date: Thu, 24 Oct 2024 13:32:40 -0400 Subject: [PATCH] adds inspect for spelunker tasks --- neuvue_project/templates/inspect.html | 2 +- neuvue_project/templates/workspace.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/neuvue_project/templates/inspect.html b/neuvue_project/templates/inspect.html index 85fa501..7712dff 100644 --- a/neuvue_project/templates/inspect.html +++ b/neuvue_project/templates/inspect.html @@ -102,7 +102,7 @@

Inspect Task

{% if ng_host == "spelunker" %} - + {% else %} {% endif %} diff --git a/neuvue_project/templates/workspace.html b/neuvue_project/templates/workspace.html index f44e9e8..7225465 100644 --- a/neuvue_project/templates/workspace.html +++ b/neuvue_project/templates/workspace.html @@ -280,7 +280,7 @@ {% if ng_host == "spelunker" %} - + {% else %} {% endif %}