From bf941539d7bee4cef89443856d2714b0af8635ea Mon Sep 17 00:00:00 2001 From: "M.Ravi" Date: Mon, 19 Jun 2017 12:32:08 +0530 Subject: [PATCH] Refactored user_activation.txt email template --- .../emails/user_activation.txt | 136 ++---------------- 1 file changed, 9 insertions(+), 127 deletions(-) diff --git a/datacenterlight/templates/datacenterlight/emails/user_activation.txt b/datacenterlight/templates/datacenterlight/emails/user_activation.txt index 2948b797..e40ef956 100644 --- a/datacenterlight/templates/datacenterlight/emails/user_activation.txt +++ b/datacenterlight/templates/datacenterlight/emails/user_activation.txt @@ -1,129 +1,11 @@ {% load static from staticfiles %} - - - - - - -Oxygen Invoice - - - - - - - - - - - - - -
-
- - -
- -
- - - -
- logo - -
-
- -
-
-
-
- - - - - - - - - - -
- Datacenterlight user activation -
-

- You can activate your datacenterlight account by clicking here.

- You can also copy and paste the following link into the address bar of your browser and follow the link in order to activate your datacenterlight account.
- {{base_url}}{{activation_link}} -

 
-
-
-
- - -
Your data center light team
-
-
-
- - +{% load i18n %} +{{dcl_text}} {% trans 'account activation' %} +{% blocktrans %} +Hi, + +You can activate your {{dcl_text}} account by clicking here {{base_url}}{{activation_link}} +{% endblocktrans %} + +{% trans 'Your' %} {{dcl_text}} {% trans 'team' %}