diff --git a/templates/workspaces/projects/new.html b/templates/workspaces/projects/new.html index 765ff7d2..c140023b 100644 --- a/templates/workspaces/projects/new.html +++ b/templates/workspaces/projects/new.html @@ -1,5 +1,7 @@ {% extends "workspaces/base.html" %} +{% from "components/alert.html" import Alert %} + {% block workspace_content %} {% set modalName = "newProjectConfirmation" %}