We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a3cb5d commit 636bae1Copy full SHA for 636bae1
flash_update/utils.py
@@ -59,4 +59,5 @@ def get_email_context(instance):
59
"actions_taken": actions_taken,
60
"resources": resources,
61
}
62
+ email_context = {key: value for key, value in email_context.items() if value is not None}
63
return email_context
0 commit comments