From d106dc3d2a684a2e077ad6e4715b8b802fa65595 Mon Sep 17 00:00:00 2001 From: NguyenND Date: Fri, 19 Jun 2026 11:36:20 -0400 Subject: [PATCH] 06/19 Fix notification mark as read button --- app/templates/notifications/index.html | 55 +++++++++++++++++++++----- 1 file changed, 46 insertions(+), 9 deletions(-) diff --git a/app/templates/notifications/index.html b/app/templates/notifications/index.html index c522aba..a877c09 100644 --- a/app/templates/notifications/index.html +++ b/app/templates/notifications/index.html @@ -71,15 +71,13 @@ {% endif %} {% if not n.is_read %} -
- - -
+ {% endif %} @@ -124,4 +122,43 @@

No notifications found.

{% endif %} +{% endblock %} + +{% block extra_js %} + {% endblock %} \ No newline at end of file