Updated the Log in Page

This commit is contained in:
CatalinScr
2017-08-16 07:56:18 +03:00
parent 1f4d0a0a56
commit fd3fd945c8
3 changed files with 62 additions and 3 deletions

View File

@@ -496,8 +496,8 @@ define([
placeholder: Msg.login_password,
}),
h('div.extra', [
h('button.btn.btn-primary.login.first', Msg.login_login),
h('button#register.btn.btn-success.register', Msg.login_register)
h('button.login.first.btn', Msg.login_login),
h('button#register.btn.register.cp-login-register', Msg.login_register)
])
])
]),