mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-28 13:36:30 +02:00
handle multiple domains in email notifications
This commit is contained in:
parent
3d237ba0f5
commit
b048ff96de
6 changed files with 119 additions and 67 deletions
|
@ -1480,8 +1480,9 @@ class DomainInvitationAdmin(ListHeaderAdmin):
|
|||
send_domain_invitation_email(
|
||||
email=requested_email,
|
||||
requestor=requestor,
|
||||
domain=domain,
|
||||
domains=domain,
|
||||
is_member_of_different_org=member_of_a_different_org,
|
||||
requested_user=requested_user
|
||||
)
|
||||
if requested_user is not None:
|
||||
# Domain Invitation creation for an existing User
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue