Add back missing import in new project template

This commit is contained in:
Patrick Smith 2018-09-06 16:23:06 -04:00
parent 6d4aec3a6a
commit 7faeabfbdf

View File

@ -1,5 +1,7 @@
{% extends "workspaces/base.html" %} {% extends "workspaces/base.html" %}
{% from "components/alert.html" import Alert %}
{% block workspace_content %} {% block workspace_content %}
{% set modalName = "newProjectConfirmation" %} {% set modalName = "newProjectConfirmation" %}