Skip to content
Snippets Groups Projects
Commit c1254cca authored by Hugo Adan's avatar Hugo Adan Committed by Martin Trigaux
Browse files

[FIX] mail: use correct template attribute


Custom CSS should be in style attribute

Closes odoo/odoo#37638

closes odoo/odoo#37666

Signed-off-by: default avatarMartin Trigaux (mat) <mat@odoo.com>
parent 65d8d3fb
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@
<li><t t-esc="tracking[0]"/>: <t t-esc="tracking[1]"/> -&gt; <t t-esc="tracking[2]"/></li>
</t>
</ul>
<div t-if="signature" t-raw="signature" class="font-size: 13px;"/>
<div t-if="signature" t-raw="signature" style="font-size: 13px;"/>
<p style="color: #555555; margin-top:32px;">
Sent
<span t-if="company.name">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment