TRI-258 Replace logo in email templates

This commit is contained in:
2024-09-23 23:29:26 +03:00
parent 2f459e982a
commit 46c456af2c

View File

@@ -7,7 +7,7 @@
<div style="line-height:1.0em; width: 660px">
<div style="padding:5px; text-align: center;">
<a href="{% url 'main' %}">
<img class="svg" src="/static/img/png/finlogo.png" style="height: 90px;">
<img src="/static/img/png/finlogo.png" style="height: 90px;">
</a>
{# <img src="{{ logo }}" alt="{{ project_name }}" style="margin:0;padding:0;">#}
</div>