[FIX] website_mail: t-field replace by t-esc as html_sanitize applied on the field

This commit is contained in:
Denis Ledoux 2014-09-29 15:03:13 +02:00
parent 03af44babe
commit a0625b3384
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
</div>
<div t-foreach="templates" t-as="template" class="col-md-3 col-sm-4 text-center">
<div class="email_preview_border">
<div t-field="html_sanitize(template.body_html)" class="email_preview js_content"/>
<div t-esc="html_sanitize(template.body_html)" class="email_preview js_content"/>
</div>
<h4 t-field="template.name"/>
<button class="btn btn-primary js_template_set">Select</button>