Skip to content

Commit

Permalink
Email: Adjust wording slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Puerto committed Jan 29, 2025
1 parent d75dfb5 commit 0b3e511
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/user_workspaces_server/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ def initialize_shared_workspace(shared_workspace_mapping_id: int):
)
async_task(
"django.core.mail.send_mail",
"Workspaces Sharing",
"Invitation to Share a Workspace",
message,
None,
[shared_workspace.user_id.email],
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Dear {{ receiver.first_name }} {{ receiver.last_name }},

{{ sharer.first_name }} {{ sharer.last_name }} would like to share their workspace with you.

This workspace is called {{ original_workspace.name }} and is described as {{ original_workspace.description }}.

Best regards,

Data Portal Team

This file was deleted.

0 comments on commit 0b3e511

Please sign in to comment.