diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-01-12 17:24:37 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-01-12 17:24:37 +0200 |
| commit | 2972942bcbbe81ba6964579d066e8a82e4dcf8d0 (patch) | |
| tree | 945d68b19ec1de2fd1d61dd8ba7b1ddbd2cfb004 /res/templates | |
| parent | 569264b05b7135e84dc56e20cd5c7665e8f864c5 (diff) | |
login.html: rm spaces from forgot-password
Diffstat (limited to 'res/templates')
| -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 57bbdec4..9d5274d8 100644 --- a/res/templates/login.html +++ b/res/templates/login.html @@ -49,7 +49,7 @@ <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> + <a class="forgot-password">Forgot your password?</a> </form> </fieldset> <div id="failed-login"> |
