diff options
| author | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-08-10 06:39:29 +0530 |
|---|---|---|
| committer | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-08-10 06:39:29 +0530 |
| commit | c629cbceabddd5335dc42f7a3916e9c3d1a06db8 (patch) | |
| tree | e687d7946d7296d9640194718582faf36daa6a37 /hyperkitty/templates/threads/right_col.html | |
| parent | e5dc1c48ea48177e21cff6670a2dbf0c4c4cf262 (diff) | |
| download | hyperkitty-c629cbceabddd5335dc42f7a3916e9c3d1a06db8.tar.gz hyperkitty-c629cbceabddd5335dc42f7a3916e9c3d1a06db8.tar.xz hyperkitty-c629cbceabddd5335dc42f7a3916e9c3d1a06db8.zip | |
Feature : Add tag to email threads
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 f50bc46..71ec1b6 100644 --- a/hyperkitty/templates/threads/right_col.html +++ b/hyperkitty/templates/threads/right_col.html @@ -37,7 +37,7 @@ </ul> </div> <div id="add_tag"> - <form id="add_tag_form" name="addtag" action="{% url add_tag mlist_fqdn=list_address, email_id=first_mail.message_id %}" method="post"> + <form id="add_tag_form" name="addtag" action="{% url add_tag mlist_fqdn=list_address, email_id=threadid %}" method="post"> {% csrf_token %} {{ addtag_form.as_p }} <button type="submit"> |
