Commit b3b84d63 authored by Clément Schreiner's avatar Clément Schreiner
Browse files

Pass the number of results found to the template.

parent 92034cca
......@@ -297,6 +297,7 @@ class BasePlugin(object):
template = self._find_template(self.name, render_format)
return template.render_unicode(results=self.results,
nb_results=self.nb_results,
h=helpers,
**render_args)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment