skillbox/server/core/templates/confirmation_key.html

11 lines
191 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Confirmation</title>
</head>
<body>
<a href="/{{ confirmation_key }}">Email bestätitgen</a>
</body>
</html>