diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2015-01-03 23:05:34 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2015-01-10 20:16:19 +0100 |
| commit | ee8d5b91e94f6920f846512c978b703f62545ca8 (patch) | |
| tree | 3c6d252d4621220afa117f2e71d5a0b82311cc51 /docs/intro/tutorial02.txt | |
| parent | 6c392bb2c00a7779a0f2a485bfdeea456ed39181 (diff) | |
Wrote main documentation for templates.
Diffstat (limited to 'docs/intro/tutorial02.txt')
| -rw-r--r-- | docs/intro/tutorial02.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index 8039994f40..a49d6b531c 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -578,7 +578,7 @@ more sensible to modify the *application's* templates, rather than those in the *project*. That way, you could include the polls application in any new project and be assured that it would find the custom templates it needed. -See the :ref:`template loader documentation <template-loaders>` for more +See the :ref:`template loading documentation <template-loading>` for more information about how Django finds its templates. Customize the admin index page |
