grandlyon-glc: fix email images' urls (#72874)

This commit is contained in:
Paul Marillonnet 2023-01-02 12:06:16 +01:00
parent 53316be14a
commit 1dff8ba5b2
1 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@
<table role="presentation" cellspacing="0" cellpadding="0" border="0" align="center" width="100%" style="max-width: 600px;">
<tr>
<td style="padding: 20px 0; text-align: center; font-family: sans-serif;">
<img src="{% firstof moncompte_url portal_url %}assets/emails:logo" width="350" height="58" alt="{{ global_title }}" />
<img src="{{ portal_url }}assets/emails:logo" width="350" height="58" alt="{{ global_title }}" />
</td>
</tr>
</table>
@ -142,7 +142,7 @@
{% block footer %}
<p>Si vous avez besoin d'aide, ou pour en savoir plus, rendez-vous sur le <a href="{{ help_url }}">service d'aide aux utilisateurs</a>.</p>
<img src="{% firstof moncompte_url portal_url %}assets/emails:signature" alt="L'équipe GRANDLYON CONNECT" width="351" height="72" />
<img src="{{ portal_url }}assets/emails:signature" alt="L'équipe GRANDLYON CONNECT" width="351" height="72" />
{% endblock %}
</td>
</tr>