Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Websites UFRPE
Wagtail Videos
Commits
cb7d3bd0
Commit
cb7d3bd0
authored
Feb 08, 2021
by
Seb
Browse files
Fixes #56 proper call to paginator
parent
8f7eabd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
wagtailvideos/templates/wagtailvideos/videos/results.html
View file @
cb7d3bd0
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
{% if videos %}
{% if videos %}
{% if is_searching %}
{% if is_searching %}
<h2>
<h2>
{% blocktrans count counter=video.paginator.count %}
{% blocktrans count counter=video
s
.paginator.count %}
There is one match
There is one match
{% plural %}
{% plural %}
There are {{ counter }} matches
There are {{ counter }} matches
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment