mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-21 19:24:15 +00:00
Merge remote-tracking branch 'DanielHeath/develop' into develop
Conflicts: views/static/front.jade
This commit is contained in:
commit
eeaeb5c006
1 changed files with 3 additions and 3 deletions
|
|
@ -40,9 +40,9 @@ block content
|
|||
.tab-pane.active#login-tab
|
||||
form(ng-submit='auth()', method='POST')
|
||||
.control-group
|
||||
input(type='text', ng-model='loginUsername', placeholder=env.t('username'))
|
||||
input(type='text', ng-model='loginUsername', placeholder=env.t('username'), name='username')
|
||||
.control-group
|
||||
input(type='password', ng-model='loginPassword', placeholder=env.t('password'))
|
||||
input(type='password', ng-model='loginPassword', placeholder=env.t('password'), name='password')
|
||||
//-.control-group
|
||||
label.checkbox
|
||||
input(type='checkbox', ng-click='useUUID = !useUUID')
|
||||
|
|
@ -87,4 +87,4 @@ block content
|
|||
=env.t('accept2Terms')
|
||||
a(href='/static/privacy' target='_blank')=env.t('privacy')
|
||||
| .
|
||||
input.btn.btn-primary(type='submit', value=env.t('register'))
|
||||
input.btn.btn-primary(type='submit', value=env.t('register'))
|
||||
|
|
|
|||
Loading…
Reference in a new issue