diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-04-02 21:14:01 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-04-02 21:14:01 +0300 |
| commit | 1a692021c77b6c8c00c5af1d6c40cd83f7a24afe (patch) | |
| tree | c433b591663051d16086e10a5c41855ad2b13b41 | |
| parent | a2fb703784e656c35932b7aa1ffd6cfe2b63da98 (diff) | |
user_login: remove bold HTML tag
| -rw-r--r-- | res/templates/login.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/res/templates/login.html b/res/templates/login.html index 1bf512a8..4c320cf9 100644 --- a/res/templates/login.html +++ b/res/templates/login.html @@ -40,9 +40,7 @@ body { <input class="login-form_button" type="submit" value="Sign in"> </form> </div> - <div id="failed-login" style="display: none"> - <b>Login Failed</b> - </div> + <div id="login-view_failed-login" style="display: none">Login Failed</div> <div class="login-text" id="login-page_forgot-password-button" title="Forgot your password"><a href="/pw-reset">Forgot your password?</a></div> </div> <div id="create-account-section" class="login-view-section login-form"> |
