diff options
Diffstat (limited to 'views/thread.py')
-rw-r--r-- | views/thread.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/views/thread.py b/views/thread.py index d34e57b..45289be 100644 --- a/views/thread.py +++ b/views/thread.py @@ -39,7 +39,6 @@ def add_tag(request, mlist_fqdn, email_id): else: form = AddTagForm() c = RequestContext(request, { - 'app_name': settings.APP_NAME, 'list_address': mlist_fqdn, 'email_id': email_id, 'addtag_form': form, |