codecombat/app/templates/modal/recover.jade
2014-01-23 21:49:29 -05:00

17 lines
570 B
Text

extends /templates/modal/modal_base
block modal-header-content
h3(data-i18n="recover.recover_account_title") Recover Account
block modal-body-content
.form-inline
.form-group
label.control-label(for="recover-email", data-i18n="general.email") Email
input#recover-email.input-large.form-control(name="email", type="email")
block modal-body-wait-content
h3(data-i18n="common.sending") Sending...
block modal-footer
.modal-footer
button.btn.btn-primary.btn-large#recover-button(data-i18n="recover.send_password") Send Recovery Password