pp18 in lpp update
This commit is contained in:
parent
4a8746fbc8
commit
a175d29a99
|
@ -484,13 +484,13 @@ class Conversion:
|
|||
|
||||
|
||||
"""Translation Completion mail here"""
|
||||
|
||||
to = self.user.email
|
||||
key_value = {
|
||||
"User": self.user.username,
|
||||
"title": self.original_script_object.script_title
|
||||
}
|
||||
sendmail(to_email=[to], email_code="PP18", key_value=key_value)
|
||||
if not self.translated_script_object.lpp:
|
||||
to = self.user.email
|
||||
key_value = {
|
||||
"User": self.user.username,
|
||||
"title": self.original_script_object.script_title
|
||||
}
|
||||
sendmail(to_email=[to], email_code="PP18", key_value=key_value)
|
||||
|
||||
"""Translation Completion mail done"""
|
||||
|
||||
|
|
Loading…
Reference in New Issue