diff options
| author | Aurélien Bompard <aurelien@bompard.org> | 2013-06-13 15:50:12 +0200 |
|---|---|---|
| committer | Aurélien Bompard <aurelien@bompard.org> | 2013-06-13 17:46:33 +0200 |
| commit | 56d884568d52d42c6a18905fb7b2f004b1a6b296 (patch) | |
| tree | 50307dfee6a15af3632509d44b0471608e512d86 /hyperkitty/templates/threads/right_col.html | |
| parent | 8a8b9f5a0b174225230c2ddb2dc9a0cecb33208e (diff) | |
| download | hyperkitty-56d884568d52d42c6a18905fb7b2f004b1a6b296.tar.gz hyperkitty-56d884568d52d42c6a18905fb7b2f004b1a6b296.tar.xz hyperkitty-56d884568d52d42c6a18905fb7b2f004b1a6b296.zip | |
A user can remove the tags he added
Diffstat (limited to 'hyperkitty/templates/threads/right_col.html')
| -rw-r--r-- | hyperkitty/templates/threads/right_col.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/threads/right_col.html b/hyperkitty/templates/threads/right_col.html index afbef7f..c4fe161 100644 --- a/hyperkitty/templates/threads/right_col.html +++ b/hyperkitty/templates/threads/right_col.html @@ -43,7 +43,7 @@ </div> <div id="add-tag"> <form id="add-tag-form" name="addtag" method="post" - action="{% url 'add_tag' mlist_fqdn=mlist.name threadid=threadid %}"> + action="{% url 'tags' mlist_fqdn=mlist.name threadid=threadid %}"> {% csrf_token %} {{ addtag_form.as_p }} </form> |
