Update notification_overview.html

This commit is contained in:
2025-06-04 11:03:43 +02:00
parent e948a9e55f
commit 0a471792e1

View File

@@ -29,7 +29,7 @@
<div class="fw-bold {% if not notification.read %}text-primary{% endif %}">{{ notification.title }}</div>
<small class="text-muted">
{{ notification.message }}
• {{ notification.created_at.strftime('%Y-%m-%d %H:%M') }}
• {{ notification.timestamp.strftime('%Y-%m-%d %H:%M') }}
</small>
</div>
{% if not notification.read %}