mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-30 19:06:59 -05:00
15 lines
387 B
Text
15 lines
387 B
Text
extends /templates/modal/modal_base
|
|
|
|
block modal-body-content
|
|
.form-inline
|
|
.control-group
|
|
label.control-label(for="recover-email") Email
|
|
.controls
|
|
input#recover-email.input-large(name="email", type="email")
|
|
|
|
block modal-body-wait-content
|
|
h3 Sending
|
|
|
|
block modal-footer
|
|
.modal-footer
|
|
button.btn.btn-primary.btn-large#recover-button Send Recover Password
|