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
commit 48724fd13b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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