emile 1 year ago
parent 11116f3485
commit 77a2a84f71

@ -43,12 +43,12 @@
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<h2>Activate Your Account at Ositcom</h2> <h2>Activate your account at Ositcom</h2>
<p>Hello {{ user.first_name }},</p> <p>Hello {{ user.first_name }},</p>
<p>Thank you for signing up! Please click the button below to activate your account:</p> <p>Thank you for signing up! To help us confirm your identity, please click the button below to activate your account and verify your email address:</p>
<p><a class="btn" href="{{ domain }}{% url 'activate' uidb64=uid token=token %}">Activate Account</a></p> <p><a class="btn" href="{{ domain }}{% url 'activate' uidb64=uid token=token %}">Activate Account</a></p>
<p>If you didn't request this, you can safely ignore this email.</p> <p>If you didn't request this, you can safely ignore this email.</p>
<p>Regards,<br>Ositcom's Team</p> <p>Regards,<br>The Ositcom Team</p>
</div> </div>
</body> </body>
</html> </html>

Loading…
Cancel
Save