diff --git a/docs/templates.txt b/docs/templates.txt index ea9f3fb6b22..3b2c03766b5 100644 --- a/docs/templates.txt +++ b/docs/templates.txt @@ -819,7 +819,7 @@ The 'ifchanged' block tag is used within a loop. It has two possible uses. 2. If given a variable, check whether that variable has changed. For example, the following shows the date every time it changes, but - only shows the hour if both the hour and the date has changed:: + only shows the hour if both the hour and the date have changed:: {% for date in days %} {% ifchanged date.date %} {{ date.date }} {% endifchanged %}