Loginauth / templates /registration_successful.html
Gregniuki's picture
Update templates/registration_successful.html
dc925e9
raw
history blame
314 Bytes
<!DOCTYPE html>
<html>
<head>
<title>Registration Successful</title>
</head>
<body>
<h1>Registration Successful</h1>
<p>Your registration was successful.
Email with verification link was sent. You can now log in to access protected content.</p>
<a href="/protected">Login</a>
</body>
</html>