castellano primero

This commit is contained in:
f 2018-08-23 15:21:14 -03:00
parent 6918ef4eeb
commit 1e3f3ed299
No known key found for this signature in database
GPG key ID: F3FDAB97B5F9F7E7

View file

@ -9,8 +9,8 @@
%input{type: 'password', name: 'password', class: 'form-control', placeholder: t('login.password')}
.form-group
%select.form-control{name: 'lang', placeholder: t('login.lang')}
%option{value: 'en'} English
%option{value: 'es'} Castellano
%option{value: 'en'} English
.form-group
%input{type: 'submit', value: t('login.submit'), class: 'btn btn-lg btn-primary btn-block'}