Fixing transfering email

remotes/origin/issue/4795/notification_even_they_are_disabled
Alejandro Alonso 2016-03-28 09:44:08 +02:00
parent 0183e56638
commit 2b6678da0e
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ def start_project_transfer(project, user, reason):
"token": token,
"reason": reason
}
email = template(project.owner, context)
email = template(user, context)
email.send()