Commit 85ddfda925602d562af10c27ee385016ef23fdd3
1 parent
381afb49
Exists in
master
Improve the "run completed" email.
Showing
1 changed file
with
7 additions
and
2 deletions
Show diff stats
flaskr/templates/email/run_completed.html
@@ -4,9 +4,14 @@ | @@ -4,9 +4,14 @@ | ||
4 | <p> | 4 | <p> |
5 | Good news! | 5 | Good news! |
6 | 6 | ||
7 | - The run <code>{{ estimation.public_id }}</code> has completed successfully. | 7 | + The run |
8 | +{% if estimation.run_name %} | ||
9 | + <strong>"{{ estimation.run_name }}"</strong> | ||
10 | +{% endif %} | ||
11 | + <code>{{ estimation.public_id }}</code> | ||
12 | + has completed successfully. | ||
8 | 13 | ||
9 | It is | 14 | It is |
10 | - <strong><a href="{{ base_url }}/estimation/{{ estimation.public_id }}.html">available here</a></strong>. | 15 | + <strong><a href="{{ estimation.link }}">available here</a></strong>. |
11 | </p> | 16 | </p> |
12 | {% endblock %} | 17 | {% endblock %} |