diff options
author | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2009-12-08 22:50:21 -0500 |
---|---|---|
committer | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2009-12-08 22:50:21 -0500 |
commit | 86250a6d49e69ff04d128d11bfa82d9a7b345bbf (patch) | |
tree | 8d9e58419b50630adc537ac92907d04946edc925 /templates/user_email_subscriptions.html | |
parent | a3748b45fec574f1fc2469edae4401c53184e791 (diff) | |
download | askbot-86250a6d49e69ff04d128d11bfa82d9a7b345bbf.tar.gz askbot-86250a6d49e69ff04d128d11bfa82d9a7b345bbf.tar.bz2 askbot-86250a6d49e69ff04d128d11bfa82d9a7b345bbf.zip |
added interesting and ignored tag selectors (works) and per-tag subscription (not tested yet)
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" %}"/> |