|
|
@ -77,6 +77,9 @@ def process_notification(n_object, datastore):
|
|
|
|
|
|
|
|
|
|
|
|
# Get the notification body from datastore
|
|
|
|
# Get the notification body from datastore
|
|
|
|
n_body = jinja_render(template_str=n_object.get('notification_body', ''), **notification_parameters)
|
|
|
|
n_body = jinja_render(template_str=n_object.get('notification_body', ''), **notification_parameters)
|
|
|
|
|
|
|
|
if n_object.get('notification_format', '').startswith('HTML'):
|
|
|
|
|
|
|
|
n_body = n_body.replace("\n", '<br>')
|
|
|
|
|
|
|
|
|
|
|
|
n_title = jinja_render(template_str=n_object.get('notification_title', ''), **notification_parameters)
|
|
|
|
n_title = jinja_render(template_str=n_object.get('notification_title', ''), **notification_parameters)
|
|
|
|
|
|
|
|
|
|
|
|
url = url.strip()
|
|
|
|
url = url.strip()
|
|
|
|