summaryrefslogtreecommitdiff
path: root/static/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/login.html')
-rw-r--r--static/login.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/login.html b/static/login.html
index c6cd992..ba7e127 100644
--- a/static/login.html
+++ b/static/login.html
@@ -14,15 +14,15 @@
<div id="content">
<h1>C&amp;! Code Golf Leaderboard</h1>
<h2>Login</h2>
- <form id="login-form" method="POST" action="/login">
+ <form id="login-form">
<div id="error" hidden>
<span id="error-message" style="color: red"></span>
<br><br>
</div>
- <label for="email">Email</label><br>
+ <label for="login-email">Email</label><br>
<input type="text" id="login-email" name="email">
<br><br>
- <label for="password">Password</label><br>
+ <label for="login-password">Password</label><br>
<input type="password" id="login-password" name="password">
<br><br>
<input type="submit" value="Login">