From 612b382750ff5aa604d99233824ab2ca5519586b Mon Sep 17 00:00:00 2001 From: Jimmy Praet Date: Sun, 12 Sep 2021 10:58:52 +0200 Subject: [PATCH] Fix reset password email template Removed unused variable passed to mail.link_not_working_do_paste --- templates/mail/auth/reset_passwd.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/mail/auth/reset_passwd.tmpl b/templates/mail/auth/reset_passwd.tmpl index 2a85abc6c5804..7cab33bf4e312 100644 --- a/templates/mail/auth/reset_passwd.tmpl +++ b/templates/mail/auth/reset_passwd.tmpl @@ -9,7 +9,7 @@

{{.i18n.Tr "mail.hi_user_x" .DisplayName | Str2html}}


{{.i18n.Tr "mail.reset_password.text" .ResetPwdCodeLives | Str2html}}

{{$recover_url}}


-

{{.i18n.Tr "mail.link_not_working_do_paste" .DisplayName AppName | Str2html}}

+

{{.i18n.Tr "mail.link_not_working_do_paste"}}

© {{AppName}}