From 0ba088e5e2907909342562134afb942f28f2010a Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Thu, 29 Feb 2024 17:39:00 +0100 Subject: [PATCH] =?UTF-8?q?Remove=20an=20HTML=20tag=20from=20email?= =?UTF-8?q?=E2=80=99s=20body=20in=20plain=20text?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/templates/mail/payment/body.gotxt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/mail/payment/body.gotxt b/web/templates/mail/payment/body.gotxt index 645c166..8527039 100644 --- a/web/templates/mail/payment/body.gotxt +++ b/web/templates/mail/payment/body.gotxt @@ -1,6 +1,6 @@ {{ printf (gettext "Hi %s,") .CustomerFullName }} -{{( gettext "We have successfully received the payment for the booking with the following details:" )}}

+{{( gettext "We have successfully received the payment for the booking with the following details:" )}} {{ printf ( gettext "Payment reference: **%s**") .PaymentReference }} {{ printf ( gettext "Accommodation: **%s**") .AccommodationName }}