Update templates/registration_successful.html
Browse files
templates/registration_successful.html
CHANGED
@@ -5,7 +5,8 @@
|
|
5 |
</head>
|
6 |
<body>
|
7 |
<h1>Registration Successful</h1>
|
8 |
-
<p>Your registration was successful.
|
|
|
9 |
<a href="/login">Login</a>
|
10 |
</body>
|
11 |
</html>
|
|
|
5 |
</head>
|
6 |
<body>
|
7 |
<h1>Registration Successful</h1>
|
8 |
+
<p>Your registration was successful.
|
9 |
+
Email with verification link was sent. You can now log in to access protected content.</p>
|
10 |
<a href="/login">Login</a>
|
11 |
</body>
|
12 |
</html>
|