Remove an HTML tag from email’s body in plain text

This commit is contained in:
jordi fita mas 2024-02-29 17:39:00 +01:00
parent dc9e45dfde
commit 0ba088e5e2
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{{ printf (gettext "Hi %s,") .CustomerFullName }}
{{( gettext "We have successfully received the payment for the booking with the following details:" )}}</p>
{{( 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 }}