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' %}