mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
17 lines
517 B
Plaintext
17 lines
517 B
Plaintext
extends ../layout.pug
|
|
|
|
block content
|
|
h2= t('emails.resetPassword.title')
|
|
.text-block
|
|
include ../includes/salutation.pug
|
|
p= t('emails.resetPassword.youOrSomeoneResetPassword')
|
|
.content
|
|
h2= t('emails.resetPassword.title')
|
|
div(class="p_content")= t('emails.resetPassword.pleaseClickLink')
|
|
a.button-3(href=resetLink) #{t('emails.general.reset')}
|
|
div(class="p_content")= t('emails.general.orCopyLink')
|
|
|
|
a.clink(href=resetLink) #{resetLink}
|
|
|
|
include ../includes/requestNewLink.pug
|