From bec0faa154b0332f58ecc8689ec61c2eeeda92d0 Mon Sep 17 00:00:00 2001 From: Daniel Rice Date: Wed, 13 Jul 2016 18:16:29 +0100 Subject: [PATCH] [1.10.x] Reworded a sentence in tutorial 7. Backport of 08c723fbae9d7625599fb84f602b425e82943e15 from master --- docs/intro/tutorial07.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.