summaryrefslogtreecommitdiff
path: root/res/templates
diff options
context:
space:
mode:
Diffstat (limited to 'res/templates')
-rw-r--r--res/templates/login.html15
1 files changed, 4 insertions, 11 deletions
diff --git a/res/templates/login.html b/res/templates/login.html
index 0712b35d..8334e9e8 100644
--- a/res/templates/login.html
+++ b/res/templates/login.html
@@ -38,17 +38,10 @@
</div>
<div id="login_form_panel" class="login-form">
<fieldset>
- <form onsubmit="submit_login_form();" id="login_form">
-
- <div class="login_form__value">
- <input type="text" id="login_username" placeholder="Email">
- </div>
- <div class="login_form__value">
- <input type="password" id="login_password" placeholder="Password">
- </div>
- <p>
- <input type="submit" value="Sign in">
- </p>
+ <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="password" id="login_password" placeholder="Password" required value="Password">
+ <input class="login-input" type="submit" value="Sign in">
<a class="forgot-password"> forgot password? </a>
</form>
</fieldset>