Add recovery link to StudentLogInModal
This commit is contained in:
parent
ac36c0146f
commit
8cc37ed034
1 changed files with 2 additions and 0 deletions
|
@ -24,5 +24,7 @@ block modal-body-content
|
|||
input#log-in-btn.btn.btn-default(data-i18n="[value]login.log_in", type="submit")
|
||||
p
|
||||
a#create-new-account-link(data-i18n="login.signup_switch")
|
||||
p
|
||||
a(data-toggle="coco-modal", data-target="core/RecoverModal", data-i18n="login.forgot_password") Forgot your password?
|
||||
|
||||
block modal-footer-content
|
Reference in a new issue