Dashboard-XRoom/core/templates/emails/verification_email_template.html

17 lines
349 B
HTML
Raw Normal View History

2025-04-13 08:28:48 +00:00
<!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>