diff options
Diffstat (limited to 'templates/user_email_subscriptions.html')
-rw-r--r-- | templates/user_email_subscriptions.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/user_email_subscriptions.html b/templates/user_email_subscriptions.html index 8f27bd2a..c0204cbc 100644 --- a/templates/user_email_subscriptions.html +++ b/templates/user_email_subscriptions.html @@ -13,6 +13,9 @@ {% endif %} <form method="POST"> {% include "edit_user_email_feeds_form.html" %} + <table class='form-as-table'> + {{tag_filter_selection_form}} + </table> <div class="submit-row text-align-right"> <input type="submit" class="submit" name="save" value="{% trans "Update" %}"/> <input type="submit" class="submit" name="stop_email" value="{% trans "Stop sending email" %}"/> |