Further refactored user activation email

This commit is contained in:
PCoder 2017-09-02 13:32:08 +05:30
parent eb79251fc0
commit 75611deadd
3 changed files with 2 additions and 4 deletions

View file

@ -2,8 +2,6 @@
{% load i18n %}
{% block email_head %}
{% endblock %}
{% block email_body %}
{% endblock %}
{% trans 'Your Data Center Light Team' %}

View file

@ -2,7 +2,7 @@
{% load static from staticfiles %}
{% load i18n %}
{% block email_head %}
{{dcl_text}} {% trans 'Account Activation' %}
{{dcl_text}} {% trans 'Account Activation' %}
{% endblock %}
{% block email_body %}
{% blocktrans %}

View file

@ -2,7 +2,7 @@
{% load static from staticfiles %}
{% load i18n %}
{% block email_head %}
{{dcl_text}} {% trans 'Account Activation' %}
{{dcl_text}} {% trans 'Account Activation' %}
{% endblock %}
{% block email_body %}