Unverified Commit 120ad6b6 authored by Jonny Scholes's avatar Jonny Scholes Committed by GitHub
Browse files

Merge pull request #57 from neon-jungle/paginator_fix

Fixes #56 proper call to paginator
parents 8f7eabd3 cb7d3bd0
......@@ -3,7 +3,7 @@
{% if videos %}
{% if is_searching %}
<h2>
{% blocktrans count counter=video.paginator.count %}
{% blocktrans count counter=videos.paginator.count %}
There is one match
{% plural %}
There are {{ counter }} matches
......
Markdown is supported
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