From cbbd8a7ae07a1f310e249afc79d143538e923c05 Mon Sep 17 00:00:00 2001 From: Umputun Date: Sat, 6 Jul 2019 18:54:28 -0500 Subject: [PATCH] update email template --- backend/app/cmd/server.go | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/backend/app/cmd/server.go b/backend/app/cmd/server.go index b736b0a4..b8657f39 100644 --- a/backend/app/cmd/server.go +++ b/backend/app/cmd/server.go @@ -521,21 +521,25 @@ func (s *ServerCommand) makeCache() (cache.LoadingCache, error) { } var msgTemplate = ` - - - -
-

Remark42

-

Confirmation for {{.User}} on site {{.Site}}

-
-

TOKEN

-

Copy and paste this text into “token” field on comments page

-

{{.Token}}

-
-

Sent to {{.Address}}

+ + + + + + + +
+

Remark42

+

Confirmation for {{.User}} on site {{.Site}}

+
+

TOKEN

+

Copy and paste this text into “token” field on comments page

+

{{.Token}}

- - +

Sent to {{.Address}}

+
+ + ` func (s *ServerCommand) addAuthProviders(authenticator *auth.Service) {