From 17fe0bf79f638efb60b1fcaea6a797f58561f9fc Mon Sep 17 00:00:00 2001 From: Cipher Vance Date: Sun, 31 Aug 2025 12:12:11 -0500 Subject: [PATCH] feat(ui): modern send update page with page header and styled form --- templates/send_update.html | 63 ++++++++++++++++++-------------------- 1 file changed, 29 insertions(+), 34 deletions(-) diff --git a/templates/send_update.html b/templates/send_update.html index fccd7ff..e3c16b5 100644 --- a/templates/send_update.html +++ b/templates/send_update.html @@ -1,37 +1,32 @@ - - +{% extends "base.html" %} +{% block title %}Send Update{% endblock %} +{% block content %} + - - - - Admin Center - Send Update - - +
+
+
+ + +
- -

Send Update Email

-

- Back to Subscribers List | - Logout -

- {% with messages = get_flashed_messages() %} - {% if messages %} - {% for message in messages %} -
{{ message }}
- {% endfor %} - {% endif %} - {% endwith %} +
+ + +
- - - - - - - - -
- - - - +
+ +
+ +
+{% endblock %} \ No newline at end of file