You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
TeamFlash/sahara/main/templates/emails/verification_email.html

12 lines
359 B

<!DOCTYPE html>
<html>
<head>
<title>Verify Your Email Address</title>
</head>
<body>
<p>Hello {{ user.get_full_name }},</p>
<p>Please click the link below to verify your email address:</p>
<p><a href="{{ verification_url }}">{{ verification_url }}</a></p>
<p>If you did not create an account, please ignore this email.</p>
</body>
</html>