From c87f89c0db9314d26a3ad9afceb812e2d2f07f96 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sun, 27 Jan 2013 06:09:36 -0500 Subject: [PATCH] [1.5.x] Fixed a malformed link. --- docs/intro/tutorial03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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