summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/templates/login.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/templates/login.html b/res/templates/login.html
index 21ccbf96..e28f38fb 100644
--- a/res/templates/login.html
+++ b/res/templates/login.html
@@ -18,7 +18,7 @@
<div id="login_form_panel" class="login-form">
<fieldset>
<form action="javascript:void(0);" method="get" onsubmit="submit_login_form();" id="login_form">
- <input class="login-input" type="email" id="login_username" placeholder="Email">
+ <input class="login-input" type="email" id="login_email_address" placeholder="Email">
<input class="login-input" type="password" id="login_password" placeholder="Password">
<input class="login-input" type="submit" value="Sign in">
<a class="forgot-password">Forgot your password?</a>