From 3d291404b1826d7178ff0efb70058aea2561a1c6 Mon Sep 17 00:00:00 2001 From: Pawan Verma <31195143+pxwxnvermx@users.noreply.github.com> Date: Tue, 26 Sep 2023 14:46:12 +0530 Subject: [PATCH] Update subject for org_invite_email Co-authored-by: Simon Kelly --- commcare_connect/organization/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commcare_connect/organization/tasks.py b/commcare_connect/organization/tasks.py index fa2a7ac5..b19dbdde 100644 --- a/commcare_connect/organization/tasks.py +++ b/commcare_connect/organization/tasks.py @@ -26,7 +26,7 @@ def send_org_invite(membership_id, host_user_id): Thank You, Commcare Connect""" send_mail( - subject=f"{host_user.name} has invite you to join {membership.organization.name}", + subject=f"{host_user.name} has invite you to join '{membership.organization.name}' on CommCare Connect", message=message, recipient_list=[membership.user.email], from_email=settings.DEFAULT_FROM_EMAIL,