summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial07.txt
diff options
context:
space:
mode:
authorDaniel Rice <Daniel.L.Rice@gmail.com>2016-07-13 18:16:29 +0100
committerTim Graham <timograham@gmail.com>2016-07-14 07:50:29 -0400
commit08c723fbae9d7625599fb84f602b425e82943e15 (patch)
tree74da0067dda5197d67a4a86a85d992c92208cccc /docs/intro/tutorial07.txt
parent2e4cfcd2b9a0984ad6c4087a5deebbf33413835c (diff)
Reworded a sentence in tutorial 7.
Diffstat (limited to 'docs/intro/tutorial07.txt')
-rw-r--r--docs/intro/tutorial07.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial07.txt b/docs/intro/tutorial07.txt
index 7f48b85a59..7dd0f42e22 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 </intro/reusable-apps>` *why* we do this.