dynamicweb/datacenterlight/templates/datacenterlight/emails/user_activation.html

15 lines
568 B
HTML
Raw Normal View History

2017-09-02 09:00:10 +00:00
{% extends "datacenterlight/emails/base_email_datacenterlight.html" %}
2017-06-10 23:38:13 +00:00
{% load static from staticfiles %}
{% load i18n %}
2017-09-02 06:54:10 +00:00
{% block email_head %}
{{dcl_text}} {% trans 'Account Activation' %}
2017-09-02 06:54:10 +00:00
{% endblock %}
{% block email_body %}
{% blocktrans %}
You can activate your Data Center Light account by <a href="{{base_url}}{{activation_link}}">clicking here</a>.<br/>
You can also copy and paste the following link into the address bar of your browser<br/>
to activate your Data Center Light account.<br/>
{{base_url}}{{activation_link}}
{% endblocktrans %}
{% endblock %}