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