From ede949004e6e3dc3ae3d372fb38bd5aa09032d92 Mon Sep 17 00:00:00 2001 From: PCoder Date: Sat, 2 Sep 2017 14:28:18 +0530 Subject: [PATCH] Fixed an incorrect template name --- .../emails/base_email_datacenterlight.html | 178 +++++++++++++++++- .../emails/user_activation.txt | 2 +- 2 files changed, 175 insertions(+), 5 deletions(-) diff --git a/datacenterlight/templates/datacenterlight/emails/base_email_datacenterlight.html b/datacenterlight/templates/datacenterlight/emails/base_email_datacenterlight.html index fbe5b4ff..be8479d9 100644 --- a/datacenterlight/templates/datacenterlight/emails/base_email_datacenterlight.html +++ b/datacenterlight/templates/datacenterlight/emails/base_email_datacenterlight.html @@ -1,6 +1,176 @@ -{% extends "datacenterlight/emails/base_email.html" %} {% load static from staticfiles %} {% load i18n %} -{% block email_tail %} -{% trans 'Your Data Center Light Team' %} -{% endblock %} + + + + + + + {{dcl_text}} + + + + + + + + + + + + + +
+
+ + + + +
+ +
+ + + + + +
+ logo + +
+
+ +
+
+
+
+ + + + + + + + + + +
+ {% block email_head %} + {% endblock %} +
+

+ {% block email_body %} + {% endblock %} +

  +
+
+
+
+ + + + +
{% trans 'Your Data Center Light Team' %} +
+
+
+ + + diff --git a/datacenterlight/templates/datacenterlight/emails/user_activation.txt b/datacenterlight/templates/datacenterlight/emails/user_activation.txt index d626bc8f..bae6789a 100644 --- a/datacenterlight/templates/datacenterlight/emails/user_activation.txt +++ b/datacenterlight/templates/datacenterlight/emails/user_activation.txt @@ -1,4 +1,4 @@ -{% extends "datacenterlight/emails/base_email.txt" %} +{% extends "datacenterlight/emails/base_email_datacenterlight.txt" %} {% load static from staticfiles %} {% load i18n %} {% block email_head %}