Skip to content

Commit

Permalink
Add invite.email to send_invite_email context
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Jan 4, 2024
1 parent 38b4e86 commit 5418c3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rdmo/projects/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ def send_invite_email(request, invite):
context = {
'invite_url': request.build_absolute_uri(project_invite_path),
'invite_user': invite.user,
'invite_email': invite.email,
'project': invite.project,
'user': request.user,
'site': Site.objects.get_current()
Expand Down

0 comments on commit 5418c3a

Please sign in to comment.