aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/base/notifier/email_fulfilled.txt
diff options
context:
space:
mode:
authorSean Smith <ssmith@iol.unh.edu>2020-07-23 17:16:58 -0400
committerSean Smith <ssmith@iol.unh.edu>2020-07-27 14:43:24 -0400
commita6de767f02153b46d964d551f10bc9561aa28d0c (patch)
tree40342ea9d42e510673a2dd35455d7e7f9411b478 /src/templates/base/notifier/email_fulfilled.txt
parent682f7ebb6d0be5ddd8e4c699e1f87fc20a3fe1e3 (diff)
Make static OPNFV references dynamic
Change-Id: I3830a30a927834b642052643d94c39a9faec4d54 Signed-off-by: Sean Smith <ssmith@iol.unh.edu>
Diffstat (limited to 'src/templates/base/notifier/email_fulfilled.txt')
-rw-r--r--src/templates/base/notifier/email_fulfilled.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/base/notifier/email_fulfilled.txt b/src/templates/base/notifier/email_fulfilled.txt
index 90d294a..e3e07f9 100644
--- a/src/templates/base/notifier/email_fulfilled.txt
+++ b/src/templates/base/notifier/email_fulfilled.txt
@@ -1,7 +1,7 @@
{{user_name|default:"Developer"}},
{% if owner %}
-The booking you requested of the OPNFV Lab as a Service has finished deploying and is ready for you to use.
+The booking you requested of the {{booking.lab.project}} lab has finished deploying and is ready for you to use.
{% else %}
A booking you collaborate on is ready for you to use
{% endif %}
@@ -16,6 +16,6 @@ The lab that fulfilled your booking request has sent you the following messages:
You may visit the following link for more information:
{{booking_url}}
-Thank you for contributing to the OPNFV platform!
+Thank you for contributing to the {{booking.lab.project}} platform!
- The Lab-as-a-Service team