Further refactored user activation email
This commit is contained in:
parent
eb79251fc0
commit
75611deadd
3 changed files with 2 additions and 4 deletions
|
@ -2,8 +2,6 @@
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% block email_head %}
|
{% block email_head %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block email_body %}
|
{% block email_body %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% trans 'Your Data Center Light Team' %}
|
{% trans 'Your Data Center Light Team' %}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{% load static from staticfiles %}
|
{% load static from staticfiles %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% block email_head %}
|
{% block email_head %}
|
||||||
{{dcl_text}} {% trans 'Account Activation' %}
|
{{dcl_text}} {% trans 'Account Activation' %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block email_body %}
|
{% block email_body %}
|
||||||
{% blocktrans %}
|
{% blocktrans %}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{% load static from staticfiles %}
|
{% load static from staticfiles %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% block email_head %}
|
{% block email_head %}
|
||||||
{{dcl_text}} {% trans 'Account Activation' %}
|
{{dcl_text}} {% trans 'Account Activation' %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block email_body %}
|
{% block email_body %}
|
||||||
|
|
Loading…
Reference in a new issue