Skip to content

Commit

Permalink
Merge 8bb43b5 into c674c54
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkazah committed Dec 16, 2018
2 parents c674c54 + 8bb43b5 commit aaad993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invitations/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def accept_invitation(invitation, request, signal_sender):
invitation.accepted = True
invitation.save()

invite_accepted.send(sender=signal_sender, email=invitation.email)
invite_accepted.send(sender=signal_sender, email=invitation.email, request=request)

get_invitations_adapter().add_message(
request,
Expand Down

0 comments on commit aaad993

Please sign in to comment.