From ea9408114cd1664d4db34c7721910707a87af5d8 Mon Sep 17 00:00:00 2001 From: Florian da Costa Date: Wed, 22 Feb 2023 12:45:30 +0100 Subject: [PATCH] [FIX] email template on sql_export_mail --- sql_export_mail/data/mail_template.xml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/sql_export_mail/data/mail_template.xml b/sql_export_mail/data/mail_template.xml index d5d40a75a..ca64eb05b 100644 --- a/sql_export_mail/data/mail_template.xml +++ b/sql_export_mail/data/mail_template.xml @@ -5,19 +5,21 @@ SQL Export admin@example.com - ${object.get_email_address_for_template()} - ${object.name or ''} + {{object.get_email_address_for_template()}} + {{object.name or ''}} - + +
-

You will find the report ${object.name or ''} as an attachment of the mail.

+

You will find the report as an attachment of the mail.

- ]]>
+