From 132f4106b419f87d3a07b403d89122f3e70f757b Mon Sep 17 00:00:00 2001 From: NguyenND Date: Wed, 24 Jun 2026 13:41:23 -0400 Subject: [PATCH] Jun 24 - Implement function to view history broadcast messages --- app/templates/admin/broadcast.html | 59 ++++++++++++++++++++++++++++-- 1 file changed, 56 insertions(+), 3 deletions(-) diff --git a/app/templates/admin/broadcast.html b/app/templates/admin/broadcast.html index 7b7ac7d..ad9114f 100644 --- a/app/templates/admin/broadcast.html +++ b/app/templates/admin/broadcast.html @@ -109,7 +109,16 @@ {% for b in history %} - + {{ b.sent_at.strftime('%b %-d, %Y') }}
@@ -118,8 +127,7 @@
{{ b.title }}
-
{{ b.body }}
+
{{ b.body }}
{% for role in b.target_roles %} @@ -153,7 +161,52 @@ +{# ── Broadcast Detail Modal ──────────────────────────────────────────────── #} + +