apply new layout to password reset email template

This commit is contained in:
mahula 2023-05-07 13:01:36 +02:00
parent ad0431fff3
commit 936798464f

View File

@ -1,20 +1,18 @@
doctype html extends ../layout.pug
html(lang=locale)
head block content
title= t('emails.resetPassword.subject') .wrapper.wf-section
body .w-container(class="wrapper_head")
h1(style='margin-bottom: 24px;')= t('emails.resetPassword.subject') h1.headline.h1= t('emails.resetPassword.title')
#container.col .text-block
include ../hello.pug include ../includes/salutation.pug
p= t('emails.resetPassword.youOrSomeoneResetPassword') p= t('emails.resetPassword.youOrSomeoneResetPassword')
p .content.w-container
= t('emails.resetPassword.pleaseClickLink') h2.heading= t('emails.resetPassword.title')
br div(class="p_content")= t('emails.resetPassword.pleaseClickLink')
a(href=resetLink) #{resetLink} a.button-3.w-button(href=resetLink) #{t('emails.general.reset')}
br //- div(class="p_content")= t('emails.general.orCopyLink')
= t('emails.general.orCopyLink') h2.heading-2 Neuen gültigen Link anfordern
p div(class="p_content")= t('emails.resetPassword.duration', { hours: timeDurationObject.hours, minutes: timeDurationObject.minutes })
= t('emails.resetPassword.duration', { hours: timeDurationObject.hours, minutes: timeDurationObject.minutes }) br
br a.button-4.w-button(href=resendLink) #{t('emails.general.newLink')}
a(href=resendLink) #{resendLink}
include ../greatingFormularImprint.pug