diff --git a/web/templates/all_mail.html b/web/templates/all_mail.html new file mode 100644 index 0000000..781fcf9 --- /dev/null +++ b/web/templates/all_mail.html @@ -0,0 +1,70 @@ +{% extends 'flask_user/_public_base.html' %} +{% block content %} + +

Manage Mail

+ + Use *all to send an internal message to all users. To send a message to multiple users, use a comma (,) to separate usernames. + + + +
+ +
+
Send internal message to another user
+
+ +
+ +
+ Username + +
+ +
+ Message + +
+ +
+

+ +
+
+ +
+ +{% if show_mail %} +
+
+

+ + + + + + + + + + + + + {{markup_content}} + +
FromMessageTimeOptions
+ + +
+
+{% endif %} + +{% if not show_mail %} + {{markup_content}} + +{% endif %} + + + + +

 

+{% endblock %}