Updated account activation txt email template

This commit is contained in:
M.Ravi 2017-09-03 18:47:42 +02:00
commit 7a4e0760ae
2 changed files with 26 additions and 18 deletions

View file

@ -1,14 +1,10 @@
{% extends "datacenterlight/emails/base_email_datacenterlight.txt" %}
{% load static from staticfiles %}
{% load i18n %}
{% block email_head %}
{{dcl_text}} {% trans 'Account Activation' %}
{% endblock %}
{% block email_head %}{{dcl_text}} {% trans 'Account Activation' %}{% endblock %}
{% block email_body %}
{% blocktrans %}
Hi,
You can activate your {{dcl_text}} account by clicking here {{base_url}}{{activation_link}}
{% blocktrans %}You can activate your Data Center Light account by clicking here.
You can also copy and paste the following link into the address bar of your browser
to activate your Data Center Light account.
{{base_url}}{{activation_link}}
{% endblocktrans %}
{% endblock %}