diff --git a/templates/admin_index.html b/templates/admin_index.html index 83ded8e..f85a971 100644 --- a/templates/admin_index.html +++ b/templates/admin_index.html @@ -7,8 +7,20 @@ +

Subscribers

-

Send Update Email

+

+ Send Update Email| + Logout +

+ + {% with messages = get_flashed_messages(with_categories=true) %} + {% if messages %} + {% for category, message in messages %} +
{{ message }}
+ {% endfor %} + {% endif %} + {% endwith %} {% if emails %}