diff --git a/Web/app.py b/Web/app.py index 6b53ebb..548bdf3 100755 --- a/Web/app.py +++ b/Web/app.py @@ -10424,7 +10424,7 @@ def notifications_view(): 'title': notif.get('Title', 'Benachrichtigung'), 'message': notif.get('Message', ''), 'severity': notif.get('Severity', 'info'), - 'type': notif.get('Type', '') + 'type': notif.get('Type', ''), 'created_at': created_at_val if created_at_val else None, 'is_read': is_read, 'reference': notif.get('Reference') or {},