
Updated some of the values in settings.py and fixed user activation email template. Change-Id: I1eb60b624ad5d6516b7750ddbb90dc0d5087e62a
20 lines
325 B
HTML
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> |