From 85ddfda925602d562af10c27ee385016ef23fdd3 Mon Sep 17 00:00:00 2001 From: Antoine Goutenoir Date: Thu, 16 Apr 2020 15:11:26 +0200 Subject: [PATCH] Improve the "run completed" email. --- flaskr/templates/email/run_completed.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/flaskr/templates/email/run_completed.html b/flaskr/templates/email/run_completed.html index e4ea550..4a3a1f6 100644 --- a/flaskr/templates/email/run_completed.html +++ b/flaskr/templates/email/run_completed.html @@ -4,9 +4,14 @@

Good news! - The run {{ estimation.public_id }} has completed successfully. + The run +{% if estimation.run_name %} + "{{ estimation.run_name }}" +{% endif %} + {{ estimation.public_id }} + has completed successfully. It is - available here. + available here.

{% endblock %} -- libgit2 0.21.2