summaryrefslogtreecommitdiffstats
path: root/dashboard/src/templates/notifier/email_fulfilled.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/src/templates/notifier/email_fulfilled.txt')
-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 %}