Skip to content

Commit

Permalink
Fix email indent
Browse files Browse the repository at this point in the history
  • Loading branch information
pxwxnvermx committed Oct 25, 2023
1 parent 895bfb3 commit fcc1997
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions commcare_connect/organization/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ def send_org_invite(membership_id, host_user_id):
invite_url = build_absolute_uri(None, location)
message = f"""Hi,
You have been invited to join {membership.organization.name} on Commcare Connect by {host_user.name}.
The invite can be accepted by visiting the link.
You have been invited to join {membership.organization.name} on Commcare Connect by {host_user.name}.
The invite can be accepted by visiting the link.
{invite_url}
{invite_url}
Thank You,
Commcare Connect"""
Thank You,
Commcare Connect"""
send_mail(
subject=f"{host_user.name} has invite you to join '{membership.organization.name}' on CommCare Connect",
message=message,
Expand Down

0 comments on commit fcc1997

Please sign in to comment.