diff options
| author | Tim Graham <timograham@gmail.com> | 2013-01-27 06:09:36 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-01-27 06:11:42 -0500 |
| commit | c87f89c0db9314d26a3ad9afceb812e2d2f07f96 (patch) | |
| tree | 058dfad4de21497efff9dce8f330cea437278825 /docs | |
| parent | 5ab24e205af03835fe2e5b856ec253e7405e6769 (diff) | |
[1.5.x] Fixed a malformed link.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/intro/tutorial03.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial03.txt b/docs/intro/tutorial03.txt index 3159ee88c2..ac77b7608d 100644 --- a/docs/intro/tutorial03.txt +++ b/docs/intro/tutorial03.txt @@ -277,7 +277,7 @@ you want to change the way the page looks, you'll have to edit this Python code. So let's use Django's template system to separate the design from Python. First, create a directory ``polls`` in your template directory you specified -in setting:`TEMPLATE_DIRS`. Within that, create a file called ``index.html``. +in :setting:`TEMPLATE_DIRS`. Within that, create a file called ``index.html``. Put the following code in that template: .. code-block:: html+django |
