mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
refine password reset email template
This commit is contained in:
parent
a3a3152b1c
commit
9fe429cfc7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user