From 336c8354a8a7abe384d23f7d20fac40b2085048a Mon Sep 17 00:00:00 2001 From: Sagi Dayan Date: Sun, 2 Aug 2015 17:54:27 +0300 Subject: [PATCH] Fixed Email --- SE_API/Email_Utils.py | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/SE_API/Email_Utils.py b/SE_API/Email_Utils.py index 90f2ec4..086a025 100644 --- a/SE_API/Email_Utils.py +++ b/SE_API/Email_Utils.py @@ -70,11 +70,13 @@ def send_create_campus_request(email, name, campus_name): """ message.html = """ - + + +
- +
@@ -108,11 +110,13 @@ def notify_se_hub_campus_request(campus, campus_name): """ + str(campus.to_JSON()) message.html = """ - + + +
- +
@@ -151,11 +155,12 @@ def send_task_reminder( email, name, task_name, course_name): """ message.html = """ - + + +
-