2014-11-29 14:39:37 -05:00
|
|
|
extends /templates/core/modal-base
|
2014-01-03 13:32:13 -05:00
|
|
|
|
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
|
2014-07-15 13:24:18 -04:00
|
|
|
.form
|
2014-01-23 21:49:29 -05:00
|
|
|
.form-group
|
|
|
|
label.control-label(for="recover-email", data-i18n="general.email") Email
|
|
|
|
input#recover-email.input-large.form-control(name="email", type="email")
|
2014-01-03 13:32:13 -05:00
|
|
|
|
|
|
|
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
|