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>
|
<div class="fw-bold {% if not notification.read %}text-primary{% endif %}">{{ notification.title }}</div>
|
||||||
<small class="text-muted">
|
<small class="text-muted">
|
||||||
{{ notification.message }}
|
{{ notification.message }}
|
||||||
• {{ notification.created_at.strftime('%Y-%m-%d %H:%M') }}
|
• {{ notification.timestamp.strftime('%Y-%m-%d %H:%M') }}
|
||||||
</small>
|
</small>
|
||||||
</div>
|
</div>
|
||||||
{% if not notification.read %}
|
{% if not notification.read %}
|
||||||
|
|||||||
Reference in New Issue
Block a user