TRI-258 Replace logo in email templates

This commit is contained in:
2024-09-23 23:31:52 +03:00
parent 46c456af2c
commit 454f4711f3

View File

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