14 lines
368 B
HTML
14 lines
368 B
HTML
<!-- registration/verification_email.html -->
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Email Verification</title>
|
|
</head>
|
|
<body>
|
|
<h1>Please verify your email</h1>
|
|
<p>Click this link to verify your account:</p>
|
|
<a href="{{ verification_link }}">Verify Now</a>
|
|
<br>
|
|
<p>If you didn't request this, you can safely ignore this email.</p>
|
|
</body>
|
|
</html> |