diff --git a/backend/mail/templates/email_verification.html.tmpl b/backend/mail/templates/email_verification.html.tmpl index b9671bd97..73bf1d125 100644 --- a/backend/mail/templates/email_verification.html.tmpl +++ b/backend/mail/templates/email_verification.html.tmpl @@ -1,7 +1,7 @@ {{define "content"}} {{t "email_verification_text" .}} - {{ template "code" .Code }} + {{template "code" .Code}} {{t "ttl_text" .}} {{end}} diff --git a/backend/mail/templates/login.html.tmpl b/backend/mail/templates/login.html.tmpl index 8b267b3c4..f91270a7f 100644 --- a/backend/mail/templates/login.html.tmpl +++ b/backend/mail/templates/login.html.tmpl @@ -1,7 +1,7 @@ {{define "content"}} {{t "login_text" .}} - {{ template "code" .Code }} + {{template "code" .Code}} {{t "ttl_text" .}} {{end}} diff --git a/backend/mail/templates/recovery.html.tmpl b/backend/mail/templates/recovery.html.tmpl index da98ea10c..fd0d05ab7 100644 --- a/backend/mail/templates/recovery.html.tmpl +++ b/backend/mail/templates/recovery.html.tmpl @@ -1,7 +1,7 @@ {{define "content"}} {{t "recovery_text" .}} - {{ template "code" .Code }} + {{template "code" .Code}} {{t "ttl_text" .}} {{end}}