We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a5471c + cca5367 commit 7e21f31Copy full SHA for 7e21f31
README.rst
@@ -200,7 +200,7 @@ If you also want to show how many people are looking at the same page::
200
{% visitors_on_page as same_page %}
201
<p>
202
{{ same_page }} of {{ visitors }} active user{{ visitors|pluralize }}
203
- {% ifequal same_page 1 %}is{% else %}are{% endifequal %} reading this page
+ {{ same_page|pluralize:"is,are" }} reading this page
204
</p>
205
206
If you don't want particular areas of your site to be tracked, you may define a
0 commit comments