Remove an HTML tag from email’s body in plain text
This commit is contained in:
parent
dc9e45dfde
commit
0ba088e5e2
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue