diff --git a/docs/intro/tutorial07.txt b/docs/intro/tutorial07.txt index 7f48b85a59b..7dd0f42e22c 100644 --- a/docs/intro/tutorial07.txt +++ b/docs/intro/tutorial07.txt @@ -327,7 +327,7 @@ when loading Django templates; it's a search path. Just like the static files, we *could* have all our templates together, in one big templates directory, and it would work perfectly well. However, - templates that belongs to a particular application, we should put in the + templates that belong to a particular application should be placed in that application’s template directory (e.g. ``polls/templates``) rather than the project’s (``templates``). We'll discuss in more detail in the :doc:`reusable apps tutorial ` *why* we do this.