diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2012-12-07 12:05:04 +0100 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2012-12-07 12:05:04 +0100 |
commit | 1efaf31a907aa42fc0b01029d332f539b2067a75 (patch) | |
tree | b2e9cc01610f75a3dd01fdbaab02879a24821a39 /hyperkitty/templates/threads | |
parent | e255c7223ffc9f00f3c85bb573381cf20fcd40a6 (diff) | |
download | hyperkitty-1efaf31a907aa42fc0b01029d332f539b2067a75.tar.gz hyperkitty-1efaf31a907aa42fc0b01029d332f539b2067a75.tar.xz hyperkitty-1efaf31a907aa42fc0b01029d332f539b2067a75.zip |
Factorize the add_tag and like JS functions
Diffstat (limited to 'hyperkitty/templates/threads')
-rw-r--r-- | hyperkitty/templates/threads/right_col.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hyperkitty/templates/threads/right_col.html b/hyperkitty/templates/threads/right_col.html index dcf00e7..cc486b1 100644 --- a/hyperkitty/templates/threads/right_col.html +++ b/hyperkitty/templates/threads/right_col.html @@ -42,7 +42,8 @@ {% endif %} </div> <div id="add_tag"> - <form id="add_tag_form" name="addtag" action="{% url add_tag mlist_fqdn=list_address, email_id=threadid %}" method="post"> + <form id="add_tag_form" name="addtag" method="post" + action="{% url add_tag mlist_fqdn=list_address, email_id=threadid %}"> {% csrf_token %} {{ addtag_form.as_p }} </form> |