From 8b3d07988cd4ea9b35e3f81565debf7d13bb06f1 Mon Sep 17 00:00:00 2001 From: Rael Monge Date: Fri, 31 May 2024 15:21:57 -0600 Subject: [PATCH] Formatting the email_*html.html files to html --- templates/email_add_member_invitation_html.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/templates/email_add_member_invitation_html.html b/templates/email_add_member_invitation_html.html index 2101deb..0e2764d 100644 --- a/templates/email_add_member_invitation_html.html +++ b/templates/email_add_member_invitation_html.html @@ -1,3 +1,11 @@ -You have been invited by {{.currentUser}} to join {{.org}} in links. +{{template "email_base" .}} -Please click the link below: {{buildURL .confURL}} +

+ You have been invited by {{.currentUser}} to join {{.org}} in links. +

+

+ Please click the link below: + {{buildURL .confURL}} +

+ +{{template "email_base_footer" .}} -- 2.45.2