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