Skip to content

Commit f254081

Browse files
committed
no need to pass the args
1 parent e7e4b6c commit f254081

File tree

8 files changed

+0
-32
lines changed

8 files changed

+0
-32
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,3 @@
3030
<p>TIP: Use https://ipinfo.io/ to find out more information on the ip</p>
3131

3232
{% endblock %}
33-
34-
{% set product.logo = 'product.logo' %}
35-
{% set product.homepage = 'product.homepage' %}
36-
{% set product.support_email = 'product.support_email' %}

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,3 @@
1616
<p>Best Regards,</p>
1717
<p>The <i>{{ product.display_name }}</i> Team</p>
1818
{% endblock %}
19-
20-
{% set product.logo = 'product.logo' %}
21-
{% set product.homepage = 'product.homepage' %}
22-
{% set product.support_email = 'product.support_email' %}

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,3 @@
1212
<p>Best Regards,</p>
1313
<p>The <i>{{ product.display_name }}</i> Team</p>
1414
{% endblock %}
15-
16-
{% set product.logo = 'product.logo' %}
17-
{% set product.homepage = 'product.homepage' %}
18-
{% set product.support_email = 'product.support_email' %}

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,3 @@
1010
<p>Best Regards,</p>
1111
<p>The <i>{{ product.display_name }}</i> Team</p>
1212
{% endblock %}
13-
14-
{% set product.logo = 'product.logo' %}
15-
{% set product.homepage = 'product.homepage' %}
16-
{% set product.support_email = 'product.support_email' %}

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,3 @@
1313
<p>The <i>{{ product.display_name }}</i> Team</p>
1414

1515
{% endblock %}
16-
17-
{% set product.logo = 'product.logo' %}
18-
{% set product.homepage = 'product.homepage' %}
19-
{% set product.support_email = 'product.support_email' %}

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,3 @@
99
<p>Best Regards,</p>
1010
<p>The <i>{{ product.display_name }}</i> Team</p>
1111
{% endblock %}
12-
13-
{% set product.logo = 'product.logo' %}
14-
{% set product.homepage = 'product.homepage' %}
15-
{% set product.support_email = 'product.support_email' %}

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,3 @@
2121
<p>Best Regards,</p>
2222
<p>The <i>{{ product.display_name }}</i> Team</p>
2323
{% endblock %}
24-
25-
{% set product.logo = 'product.logo' %}
26-
{% set product.homepage = 'product.homepage' %}
27-
{% set product.support_email = 'product.support_email' %}

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,3 @@
2424
<p>Best Regards,</p>
2525
<p>The <i>{{ product.display_name }}</i> Team</p>
2626
{% endblock %}
27-
28-
{% set product.logo = 'product.logo' %}
29-
{% set product.homepage = 'product.homepage' %}
30-
{% set product.support_email = 'product.support_email' %}

0 commit comments

Comments
 (0)