Update templates/registration_successful.html
Browse files
templates/registration_successful.html
CHANGED
@@ -7,6 +7,6 @@
|
|
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="/
|
11 |
</body>
|
12 |
</html>
|
|
|
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="/protected">Login</a>
|
11 |
</body>
|
12 |
</html>
|