Skip to content

Commit dc02a80

Browse files
committed
renaming
1 parent 4a63e42 commit dc02a80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/notifications-library/src/notifications_library/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<div class="email-container">
6161
<div class="header">
6262
<a href="{{ product.homepage }}" target="_blank" rel="noopener noreferrer">
63-
<img src="{{ logo_src }}" alt="Logo" class="logo">
63+
<img src="{{ product.logo }}" alt="Logo" class="logo">
6464
</a>
6565
</div>
6666

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
<p>The <i>{{ product.display_name }}</i> Team</p>
1212
{% endblock %}
1313

14-
{% set logo_src = 'product.product_logo' %}
14+
{% set product.logo = 'product.product_logo' %}
1515
{% set product.homepage = 'product.product_homepage' %}
1616
{% set product.support_email = 'product.support_email' %}

0 commit comments

Comments
 (0)