We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a63e42 commit dc02a80Copy full SHA for dc02a80
packages/notifications-library/src/notifications_library/templates/base.html
@@ -60,7 +60,7 @@
60
<div class="email-container">
61
<div class="header">
62
<a href="{{ product.homepage }}" target="_blank" rel="noopener noreferrer">
63
- <img src="{{ logo_src }}" alt="Logo" class="logo">
+ <img src="{{ product.logo }}" alt="Logo" class="logo">
64
</a>
65
</div>
66
packages/notifications-library/src/notifications_library/templates/on_new_invitation.email.content.html
@@ -11,6 +11,6 @@
11
<p>The <i>{{ product.display_name }}</i> Team</p>
12
{% endblock %}
13
14
-{% set logo_src = 'product.product_logo' %}
+{% set product.logo = 'product.product_logo' %}
15
{% set product.homepage = 'product.product_homepage' %}
16
{% set product.support_email = 'product.support_email' %}
0 commit comments