dash-stack/templates/mail/user_register_welcome.html
Paarhati Ozkasgarli 284c955ec6 Update settings and Fix User Activation
Updated some of the values in settings.py and fixed user
activation email template.

Change-Id: I1eb60b624ad5d6516b7750ddbb90dc0d5087e62a
2017-03-11 23:25:45 +03:00

20 lines
325 B
HTML

<html>
<head></head>
<body>
<p>Hello,</p>
<p>Welcome to our cloud platform.</p>
<h3>Activate your email:</h3>
Please click on following link to activate your account:
<p>
<a href="{{ site_url }}/auth/register-activate/{{ profile.activation_key }}">
{{ profile.activation_key }}
</a>
</p>
</body>
</html>