Skip to content

Commit 9f1a8c1

Browse files
authored
Update forgot_password2.html
1 parent ba64b5e commit 9f1a8c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

forgot_password2.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@
3434
<div class="card login-card">
3535
<div class="card-body">
3636
<h4 class="card-title text-center">Forgot Password</h4>
37-
<form action="/forgot_password2" method="POST">
37+
<form>
3838
<div class="form-group">
3939
<label for="email">Email address</label>
4040
<input type="email" name="email" class="form-control" id="email" placeholder="Enter your email" required>
4141
</div>
4242
<a href="reset_password2.html" class="btn btn-primary">Reset</a>
4343
</form>
4444
<div class="text-center mt-3">
45-
<p><a href="login.html">Back to Login</a></p>
45+
<p><a href="trainer_login.html">Back to Login</a></p>
4646
</div>
4747
</div>
4848
</div>

0 commit comments

Comments
 (0)