diff options
author | Parker Berberian <pberberian@iol.unh.edu> | 2019-01-17 12:51:04 -0500 |
---|---|---|
committer | Parker Berberian <pberberian@iol.unh.edu> | 2019-01-18 16:08:27 -0500 |
commit | 30dde45dbf5b47b7d4c18ed87779b2b2f2fec214 (patch) | |
tree | 7592d09cb57b5bbe76366090b8ce627bccbec4ee /src/templates/notifier | |
parent | c19835a1c5eec9af87ace51b5c1dfd44e00a1e26 (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 'src/templates/notifier')
-rw-r--r-- | src/templates/notifier/email_fulfilled.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/templates/notifier/email_fulfilled.txt b/src/templates/notifier/email_fulfilled.txt index d473961..65593db 100644 --- a/src/templates/notifier/email_fulfilled.txt +++ b/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 %} |