diff options
Diffstat (limited to 'docs/intro/overview.txt')
| -rw-r--r-- | docs/intro/overview.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/intro/overview.txt b/docs/intro/overview.txt index d1e9a458f5..f8aea47890 100644 --- a/docs/intro/overview.txt +++ b/docs/intro/overview.txt @@ -254,8 +254,8 @@ The code above loads the ``news/year_archive.html`` template. Django has a template search path, which allows you to minimize redundancy among templates. In your Django settings, you specify a list of directories to check -for templates with :setting:`TEMPLATE_DIRS`. If a template doesn't exist in the -first directory, it checks the second, and so on. +for templates with :setting:`DIRS <TEMPLATES-DIRS>`. If a template doesn't exist +in the first directory, it checks the second, and so on. Let's say the ``news/year_archive.html`` template was found. Here's what that might look like: |
