dash-stack/templates/mail/user_register_welcome.html
Paarhati Ozkasgarli d3fa9b79b4 User Registration & Email Authantication
Basic user registration system and email authantication.

Change-Id: Iaa4266edaf78b5c42c4aafc0de2d1f11f9f6c4f5
2017-02-05 23:37:26 +03:00

20 lines
315 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="{{ settings.SITE_ROOT_URL }}{{ profile.activation_key }}">
{{ profile.activation_key }}
</a>
</p>
</body>
</html>