diff options
Diffstat (limited to 'views/thread.py')
-rw-r--r-- | views/thread.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/thread.py b/views/thread.py index 45289be..c92194b 100644 --- a/views/thread.py +++ b/views/thread.py @@ -25,7 +25,7 @@ class AddTagForm(forms.Form): @login_required def add_tag(request, mlist_fqdn, email_id): - """ Add a tag to a given message. """ + """ Add a tag to a given thread. """ t = loader.get_template('threads/add_tag_form.html') if request.method == 'POST': form = AddTagForm(request.POST) |