From 7faeabfbdfc066e1118cfeaf52a4c8209da952ca Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Thu, 6 Sep 2018 16:23:06 -0400 Subject: [PATCH] Add back missing import in new project template --- templates/workspaces/projects/new.html | 2 ++ 1 file changed, 2 insertions(+) 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" %}