From 9e65bd33db5d211e114f6193ec2f70ccd4947e72 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 23 May 2013 08:36:53 -0400 Subject: [PATCH] Fixed #20482 - Added a file reference in tutorial 3. Thanks diek@ for the suggestion. --- 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 0bbfcdd02fc..120369172e2 100644 --- a/docs/intro/tutorial03.txt +++ b/docs/intro/tutorial03.txt @@ -336,7 +336,7 @@ Put the following code in that template:

No polls are available.

{% endif %} -Now let's use that html template in our index view:: +Now let's update our ``index`` view in ``polls/views.py`` to use the template:: from django.http import HttpResponse from django.template import Context, loader