Merge pull request #258 from dod-ccpo/resurrect-missing-import

Add back missing import in new project template
This commit is contained in:
patricksmithdds
2018-09-06 16:33:28 -04:00
committed by GitHub

View File

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