Add ability to send email in bulk

This commit is contained in:
rubenwardy
2020-12-05 19:38:16 +00:00
parent 683b855584
commit 3efda30b98
7 changed files with 107 additions and 39 deletions

View File

@@ -104,7 +104,7 @@
<td>Admin</td>
<td>
{% if user.email %}
<a class="btn btn-primary" href="{{ url_for('users.send_email', username=user.username) }}">
<a class="btn btn-primary" href="{{ url_for('admin.send_single_email', username=user.username) }}">
Email
</a>
{% else %}