2015-11-20 10:52:35 -05:00
|
|
|
extends /templates/core/modal-base
|
|
|
|
|
|
|
|
block modal-header-content
|
|
|
|
.clearfix
|
2015-12-08 15:05:08 -05:00
|
|
|
|
|
|
|
|
2015-11-20 10:52:35 -05:00
|
|
|
block modal-body-content
|
|
|
|
.text-center
|
|
|
|
h2.modal-title(data-i18n="login.log_in")
|
2015-12-08 15:05:08 -05:00
|
|
|
|
2015-11-20 10:52:35 -05:00
|
|
|
form.form
|
|
|
|
.form-group
|
|
|
|
label.control-label(for="email")
|
|
|
|
span(data-i18n="general.email")
|
2015-11-20 17:52:13 -05:00
|
|
|
input#email.input-large.form-control(name="email", type="email")
|
2015-11-20 10:52:35 -05:00
|
|
|
.form-group
|
|
|
|
label.control-label(for="password")
|
2015-12-08 15:05:08 -05:00
|
|
|
span(data-i18n="general.password")
|
2015-11-20 17:52:13 -05:00
|
|
|
input#password.input-large.form-control(name="password", type="password")
|
2015-12-08 15:05:08 -05:00
|
|
|
|
2015-11-20 16:59:43 -05:00
|
|
|
#errors-alert.alert.alert-danger.hide
|
2015-11-20 10:52:35 -05:00
|
|
|
|
2015-11-20 16:59:43 -05:00
|
|
|
.text-center
|
2015-11-20 17:44:17 -05:00
|
|
|
input#log-in-btn.btn.btn-default(data-i18n="[value]login.log_in", type="submit")
|
2015-11-20 16:59:43 -05:00
|
|
|
p
|
|
|
|
a#create-new-account-link(data-i18n="login.signup_switch")
|
2015-12-02 17:25:08 -05:00
|
|
|
p
|
2015-12-08 15:05:08 -05:00
|
|
|
a(data-toggle="coco-modal", data-target="core/RecoverModal", data-i18n="login.forgot_password")
|
|
|
|
|
|
|
|
block modal-footer-content
|