summaryrefslogtreecommitdiffstats
path: root/dashboard/src/templates/notifier
diff options
context:
space:
mode:
authorParker Berberian <pberberian@iol.unh.edu>2019-01-17 12:51:04 -0500
committerParker Berberian <pberberian@iol.unh.edu>2019-01-18 16:08:27 -0500
commit8483acb4c4e8c758855f2184483af834977b0c52 (patch)
tree403618bb77d4f19c2a7b908bb8a0872f144d530b /dashboard/src/templates/notifier
parentbe3825307c7a44f1491e85e33fd0a0ecf1e95a1d (diff)
OverHaul the Snapshot Workflow
Makes the Snapshot workflow much prettier and more functional. Change-Id: Icdd66f64e6d336ad49ed3cf638a301d0ca92fda9 Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
Diffstat (limited to 'dashboard/src/templates/notifier')
-rw-r--r--dashboard/src/templates/notifier/email_fulfilled.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/dashboard/src/templates/notifier/email_fulfilled.txt b/dashboard/src/templates/notifier/email_fulfilled.txt
index d473961..65593db 100644
--- a/dashboard/src/templates/notifier/email_fulfilled.txt
+++ b/dashboard/src/templates/notifier/email_fulfilled.txt
@@ -3,9 +3,9 @@
The booking you requested of the OPNFV Lab as a Service has finished deploying and is ready for you to use.
The lab that fulfilled your booking request has sent you the following messages:
- {% for message in messages %}
- {% message.title %}
- {% message.content %}
+ {% for email_message in messages %}
+ {{ email_message.title }}
+ {{ email_message.content }}
--------------------
{% endfor %}