summaryrefslogtreecommitdiff
path: root/res/templates
diff options
context:
space:
mode:
authorOfer Lehr <ofer@oferlehr.com>2015-02-17 10:34:26 +0200
committerOfer Lehr <ofer@oferlehr.com>2015-02-17 10:34:26 +0200
commit5a3b9b69b82d5fb00ebd414489eb053ec82ad0dd (patch)
tree39da67865d5e4a19f6dd9056e22368edca2e4459 /res/templates
parent05677dbc35f5b14665b55c49fa910699ae6a8887 (diff)
Login: Added forgot password btn and fixed create account button
Diffstat (limited to 'res/templates')
-rw-r--r--res/templates/login.html11
1 files changed, 5 insertions, 6 deletions
diff --git a/res/templates/login.html b/res/templates/login.html
index a670f0e2..c2e84790 100644
--- a/res/templates/login.html
+++ b/res/templates/login.html
@@ -42,17 +42,16 @@ body {
<div id="failed-login" style="display: none">
<b>Login Failed</b>
</div>
+ <div class="login-text" id="login-page_forgot-password-button" title="Forgot your password"><a href="/password_reset">Forgot your password?</a></div>
</div>
- <div class="login-view-section">
- <div id="create-account-section">
- <div class="login-view-section section-divider">or</div>
+ <div id="create-account-section" class="login-view-section login-form">
+ <div class="section-divider">or</div>
<a href="/signup">
- <div class="login-form_button create-account-button" id="login-page_create-account-button" title="Create Account">Create Account</div>
+ <div class="login-form_button" id="login-page_create-account-button" title="Create Account">Create Account</div>
</a>
- </div>
</div>
<div class="login-view-section">
- <div class="login-view-section section-divider magenta-divider"><span class="contact-us-icon"></span></div>
+ <div class="section-divider magenta-divider"><span class="contact-us-icon"></span></div>
<p class="login-text contact-us-text"><a class="contact-us-link" href="mailto:feedback_CRI@rhizi.net?subject=Rhizi%20User%20Feedback">Email us</a> with your feedback,<br>we would love to hear your suggestions!</p>
</div>
</div>