comparison custom_search/views.py @ 1127:829d3b7fc0f7

Convert search page to V3 design.
author Brian Neal <bgneal@gmail.com>
date Tue, 13 Sep 2016 21:49:22 -0500
parents e932f2ecd4a7
children
comparison
equal deleted inserted replaced
1126:575f10fc4060 1127:829d3b7fc0f7
49 return render(self.request, self.template, context) 49 return render(self.request, self.template, context)
50 50
51 def extra_context(self): 51 def extra_context(self):
52 return { 52 return {
53 'query_parser_error': self.query_parser_error, 53 'query_parser_error': self.query_parser_error,
54 'V3_DESIGN': True,
54 } 55 }