From feab0d9c0eaa1653e2e6e3639d1548236dbeddb1 Mon Sep 17 00:00:00 2001 From: NguyenND Date: Wed, 24 Jun 2026 13:43:20 -0400 Subject: [PATCH] Jun 24 - Implement function to view history broadcast messages - fix issue --- app/templates/admin/broadcast.html | 42 +++++++++++++++--------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/app/templates/admin/broadcast.html b/app/templates/admin/broadcast.html index ad9114f..083246e 100644 --- a/app/templates/admin/broadcast.html +++ b/app/templates/admin/broadcast.html @@ -109,16 +109,13 @@ {% for b in history %} - + {{ b.sent_at.strftime('%b %-d, %Y') }}
@@ -195,17 +192,20 @@