From cca5367312bfab5995c2d0ddab9249faa14feb15 Mon Sep 17 00:00:00 2001 From: "Aaron C. de Bruyn" Date: Sat, 1 Sep 2012 09:44:54 -0700 Subject: [PATCH] Use pluralize for is/are --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 10e0f93..621fdb5 100644 --- a/README.rst +++ b/README.rst @@ -200,7 +200,7 @@ If you also want to show how many people are looking at the same page:: {% visitors_on_page as same_page %}

{{ same_page }} of {{ visitors }} active user{{ visitors|pluralize }} - {% ifequal same_page 1 %}is{% else %}are{% endifequal %} reading this page + {{ same_page|pluralize:"is,are" }} reading this page

If you don't want particular areas of your site to be tracked, you may define a