Added untrack to document and search pages. Implements #1381. Branch ready for merge.'

- Legacy-Id: 8140
This commit is contained in:
Shane Kerr 2014-07-19 21:03:51 +00:00
parent ea05042d12
commit 5639bc79fa

View file

@ -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