Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions templates/emails/group_membership_rejected.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<p style="{{ p_style }}">Dear {{ username }},</p>
<p style="{{ p_style }}">Thank you for your interest in the {{ group_name }} Bundle.</p>
<p style="{{ p_style }}">You have not been granted access.</p>
<p style="{{ p_style }}">
The TSI Bundle available on BioCommons Access is only for members of the
<a href="https://bioplatforms.com/project/threatened-species/" target="_blank" rel="noopener noreferrer"
Expand Down
1 change: 1 addition & 0 deletions tests/biocommons/test_emails.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ def test_compose_group_membership_rejected_email(mock_settings):
html,
"Dear Grace,",
"Thank you for your interest in the Threatened Species Bundle.",
"You have not been granted access.",
"Threatened Species Initiative",
"Request access to specialist tools",
"help@bioplatforms.com",
Expand Down