atst/templates/emails/application/environment_ready.txt
2019-10-10 09:45:01 -04:00

10 lines
278 B
Plaintext

{% 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 %}