chore: linter fix
This commit is contained in:
parent
9949bf47b7
commit
c0d47d8ddd
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ def send_notification_email(doc):
|
|||
recipients=email,
|
||||
subject=email_subject,
|
||||
template="new_notification",
|
||||
args={
|
||||
args = {
|
||||
"body_content": doc.subject,
|
||||
"description": doc.email_content,
|
||||
"document_type": doc.document_type,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue