Skip to content

Commit

Permalink
Adding a missing column header to search result. Commit ready for merge.
Browse files Browse the repository at this point in the history
 - Legacy-Id: 8622
  • Loading branch information
alvestrand committed Nov 9, 2014
1 parent 502dede commit de8dd26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ietf/doc/views_search.py
Expand Up @@ -362,7 +362,8 @@ def sort_key(d):
meta['by'] = query['by']
meta['advanced'] = bool(query['by'] or len(meta['checked']))

meta['headers'] = [{'title': 'Document', 'key':'document'},
meta['headers'] = [{'title': 'Add', 'key':'add'},
{'title': 'Document', 'key':'document'},
{'title': 'Title', 'key':'title'},
{'title': 'Date', 'key':'date'},
{'title': 'Status', 'key':'status', 'colspan':'2'},
Expand Down

0 comments on commit de8dd26

Please sign in to comment.