10 lines
278 B
Plaintext
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 %}
|