Merge pull request #1110 from dod-ccpo/env-email-notifications

Send email after environment is provisioned
This commit is contained in:
leigh-mil
2019-10-14 13:11:55 -04:00
committed by GitHub
5 changed files with 24 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
{% extends "emails/base.txt" %}
{% block content %}
A JEDI environment you set up is now available. Please click the link below to access your JEDI application.
{{ url_for("applications.settings", application_id=environment.application_id, _external=True) }}
{% endblock %}