Dashboard-XRoom/core/templates/emails/verification_email_template.html
2025-04-13 11:58:48 +03:30

17 lines
349 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
.verification-code {
background-color: orange;
color: black;
text-align: center;
}
</style>
</head>
<body>
<p>Hallo, Willkommen bei WZK. Ihr E-Mail-Bestätigungscode lautet:</p>
<p class="verification-code">{{ verification_code }}</p>
</body>
</html>