Update notification_overview.html
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user