2014-01-03 13:32:13 -05:00
|
|
|
extends /templates/modal/modal_base
|
|
|
|
|
2014-01-10 16:31:26 -05:00
|
|
|
block modal-header-content
|
|
|
|
h3(data-i18n="recover.recover_account_title") Recover Account
|
|
|
|
|
2014-01-03 13:32:13 -05:00
|
|
|
block modal-body-content
|
|
|
|
.form-inline
|
|
|
|
.control-group
|
2014-01-19 11:00:41 -05:00
|
|
|
label.control-label(for="recover-email", data-i18n="general.email") Email
|
2014-01-03 13:32:13 -05:00
|
|
|
.controls
|
|
|
|
input#recover-email.input-large(name="email", type="email")
|
|
|
|
|
|
|
|
block modal-body-wait-content
|
2014-01-14 13:29:23 -05:00
|
|
|
h3(data-i18n="common.sending") Sending...
|
2014-01-03 13:32:13 -05:00
|
|
|
|
|
|
|
block modal-footer
|
|
|
|
.modal-footer
|
2014-01-14 13:29:23 -05:00
|
|
|
button.btn.btn-primary.btn-large#recover-button(data-i18n="recover.send_password") Send Recovery Password
|