Fixing transfering email
parent
0183e56638
commit
2b6678da0e
|
@ -50,7 +50,7 @@ def start_project_transfer(project, user, reason):
|
||||||
"token": token,
|
"token": token,
|
||||||
"reason": reason
|
"reason": reason
|
||||||
}
|
}
|
||||||
email = template(project.owner, context)
|
email = template(user, context)
|
||||||
email.send()
|
email.send()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue