Skip to content

Commit 8cc132b

Browse files
committed
adds link to Review Users section provided in #8537
1 parent 6d80b2c commit 8cc132b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<ol>
99
<li>Product: <b>{{ product.display_name }}</b></li>
1010
<li>Host: <b>{{ host }}</b></li>
11+
<li>PO center: <b>https://{{host}}/#/review-users</b></li>
1112
</ol>
1213
</p>
1314

packages/notifications-library/src/notifications_library/templates/on_account_requested.email.content.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Dear Support team,
33
We have received the following request form for an account in :
44
- Product: **{{ product.display_name }}**
55
- Host: **{{ host }}**
6-
6+
- PO center: https://{{host}}/#/review-users
77
{{ dumps(request_form) }}
88

99
Some details about the requested product follow:

services/web/server/src/simcore_service_webserver/templates/common/request_account.jinja2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Dear {{ name }},
1515
<ol>
1616
<li>Product: <b>{{ product.display_name }}</b></li>
1717
<li>Host: <b>{{ host }}</b></li>
18+
<li>PO center: <b>https://{{host}}/#/review-users</b></li>
1819
</ol>
1920
</p>
2021

0 commit comments

Comments
 (0)