Mercurial > hg > bts-webui
changeset 142:62b1646f0ab8 draft
search: include a context_instance in responses
author | diegoe-guest |
---|---|
date | Mon, 10 Aug 2009 23:41:45 +0000 |
parents | 9fce97fb7498 |
children | 88a3485999d4 |
files | bts_webui/amancay/search.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/bts_webui/amancay/search.py +++ b/bts_webui/amancay/search.py @@ -144,7 +144,7 @@ 'total_bugs': total, 'current_page': page, 'pages': pages}, - ) + context_instance=RequestContext(request)) else: # We need to render the whole page return render_to_response('search.html', @@ -155,7 +155,7 @@ 'current_user': request.user, 'current_page': page, 'pages': pages}, - ) + context_instance=RequestContext(request)) class _ReadAhead(threading.Thread): """