diff options
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> |