mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
18 lines
638 B
Plaintext
18 lines
638 B
Plaintext
extends ../layout.pug
|
|
|
|
block content
|
|
.wrapper.wf-section
|
|
.w-container(class="wrapper_head")
|
|
h1.headline.h1= t('emails.resetPassword.title')
|
|
.text-block
|
|
include ../includes/salutation.pug
|
|
p= t('emails.resetPassword.youOrSomeoneResetPassword')
|
|
.content.w-container
|
|
h2.heading= t('emails.resetPassword.title')
|
|
div(class="p_content")= t('emails.resetPassword.pleaseClickLink')
|
|
a.button-3.w-button(href=resetLink) #{t('emails.general.reset')}
|
|
div(class="p_content")= t('emails.general.orCopyLink')
|
|
a(href=resetLink) #{resetLink}
|
|
|
|
include ../includes/requestNewLink.pug
|