diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-05 21:20:04 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-05 21:20:59 +0200 |
| commit | 082e2392b574904a4f4bab1088b14141e0119ea7 (patch) | |
| tree | 986009877966d054577bba7d4a3085ec810f4104 | |
| parent | 9223eb5b67462131997bd2c52d0cfcd471b26a84 (diff) | |
login template: correct email input field id
| -rw-r--r-- | res/templates/login.html | 2 |
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> |
