From 5639bc79fa3878077faef2d5f6640f604818090c Mon Sep 17 00:00:00 2001 From: Shane Kerr Date: Sat, 19 Jul 2014 21:03:51 +0000 Subject: [PATCH] Added untrack to document and search pages. Implements #1381. Branch ready for merge.' - Legacy-Id: 8140 --- ietf/doc/views_search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/doc/views_search.py b/ietf/doc/views_search.py index 018036b7a..365c594e4 100644 --- a/ietf/doc/views_search.py +++ b/ietf/doc/views_search.py @@ -402,7 +402,7 @@ def search(request): meta = { 'by': None, 'advanced': False, 'searching': False } # Determine whether each document is being tracked or not, and remember - # that in a dictionary so we can display the proper track/untrack option. + # that so we can display the proper track/untrack option. # We use a slightly cumbersome pair of dictionaries: # - have_doc_status is set if we know anything about the document at all # - doc_is_tracked is set if we are tracking the document