TRI-258 Replace logo in email templates

This commit is contained in:
2024-09-23 23:25:40 +03:00
parent b8d934fa28
commit 2f459e982a

View File

@@ -6,8 +6,10 @@
> >
<div style="line-height:1.0em; width: 660px"> <div style="line-height:1.0em; width: 660px">
<div style="padding:5px; text-align: center;"> <div style="padding:5px; text-align: center;">
<a href="{% url 'main' %}">
<img class="svg" src="/static/img/png/finlogo.png" style="height: 90px;">
</a>
{# <img src="{{ logo }}" alt="{{ project_name }}" style="margin:0;padding:0;">#} {# <img src="{{ logo }}" alt="{{ project_name }}" style="margin:0;padding:0;">#}
<img src="/static/img/png/finlogo.png" alt="{{ project_name }};">
</div> </div>
<p style="font-weight:700; font-size:25px; text-align:center; <p style="font-weight:700; font-size:25px; text-align:center;
padding:0; line-height:1em; text-transform: uppercase; color: #ff613a; padding:0; line-height:1em; text-transform: uppercase; color: #ff613a;