diff options
| author | Daniel Rice <Daniel.L.Rice@gmail.com> | 2016-07-13 18:16:29 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-07-14 07:51:09 -0400 |
| commit | 678d9f524184e9c58c51603d7bc8704bfbb8f5a4 (patch) | |
| tree | 104f70853d29db134a2146e7a41b29dd5392cb23 /docs | |
| parent | b6af8b6f2e15f4302205975d8519a8c0f5650e57 (diff) | |
[1.9.x] Reworded a sentence in tutorial 7.
Backport of 08c723fbae9d7625599fb84f602b425e82943e15 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/intro/tutorial07.txt | 2 |
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. |
