From d7625712f1baf733e09d1ce29112b650116e2cba Mon Sep 17 00:00:00 2001
From: "M.Ravi"
Date: Tue, 6 Jun 2017 03:02:57 +0530
Subject: [PATCH] Changed template variable name in email template for new
order notification
---
.../datacenterlight/emails/new_order_notification.html | 2 +-
.../templates/datacenterlight/emails/new_order_notification.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/datacenterlight/templates/datacenterlight/emails/new_order_notification.html b/datacenterlight/templates/datacenterlight/emails/new_order_notification.html
index 5612b57a..5f14c983 100644
--- a/datacenterlight/templates/datacenterlight/emails/new_order_notification.html
+++ b/datacenterlight/templates/datacenterlight/emails/new_order_notification.html
@@ -110,7 +110,7 @@
Memory: {{memory}}
Storage: {{storage}}
Price: {{price}}
- Template: {{template_id}}
+ Template: {{template}}
diff --git a/datacenterlight/templates/datacenterlight/emails/new_order_notification.txt b/datacenterlight/templates/datacenterlight/emails/new_order_notification.txt
index 5612b57a..5f14c983 100644
--- a/datacenterlight/templates/datacenterlight/emails/new_order_notification.txt
+++ b/datacenterlight/templates/datacenterlight/emails/new_order_notification.txt
@@ -110,7 +110,7 @@
Memory: {{memory}}
Storage: {{storage}}
Price: {{price}}
- Template: {{template_id}}
+ Template: {{template}}