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 %}
|
||||
{% block email_head %}
|
||||
{% endblock %}
|
||||
|
||||
{% block email_body %}
|
||||
{% endblock %}
|
||||
|
||||
{% trans 'Your Data Center Light Team' %}
|
||||
|
|
|
@ -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 %}
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue