diff --git a/backend/src/emails/templates/resetPassword/html.pug b/backend/src/emails/templates/resetPassword/html.pug index bc6f45404..f7abf0a6d 100644 --- a/backend/src/emails/templates/resetPassword/html.pug +++ b/backend/src/emails/templates/resetPassword/html.pug @@ -11,8 +11,7 @@ block content 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') - h2.heading-2 Neuen gültigen Link anfordern - div(class="p_content")= t('emails.resetPassword.duration', { hours: timeDurationObject.hours, minutes: timeDurationObject.minutes }) - br - a.button-4.w-button(href=resendLink) #{t('emails.general.newLink')} + div(class="p_content")= t('emails.general.orCopyLink') + a(href=resetLink) #{resetLink} + + include ../includes/requestNewLink.pug