Update templates/login.html
Browse files- templates/login.html +1 -1
templates/login.html
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
{% if error_message %}
|
17 |
<p style="color: red;">{{ error_message }}</p>
|
18 |
{% endif %}
|
19 |
-
<form method="post" action="/login">
|
20 |
<label for="email">Email:</label>
|
21 |
<input type="text" id="email" name="email" required><br><br>
|
22 |
|
|
|
16 |
{% if error_message %}
|
17 |
<p style="color: red;">{{ error_message }}</p>
|
18 |
{% endif %}
|
19 |
+
<form method="post" action="/login" id="login-form">
|
20 |
<label for="email">Email:</label>
|
21 |
<input type="text" id="email" name="email" required><br><br>
|
22 |
|