Skip to content

Commit 316b330

Browse files
committed
pass product metadata
1 parent 32c56b0 commit 316b330

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/notifications-library/src/notifications_library/templates/on_new_invitation.email.content.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@
1010
<p>Best Regards,</p>
1111
<p>The <i>{{ product.display_name }}</i> Team</p>
1212
{% endblock %}
13+
14+
{% set logo_src = 'https://raw.githubusercontent.com/ITISFoundation/osparc-simcore/refs/heads/master/services/static-webserver/client/source/resource/osparc/osparc-black.svg' %}
15+
{% set product.homepage = 'https://example.com' %}
16+
{% set product.support_email = '[email protected]' %}

0 commit comments

Comments
 (0)