summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial03.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-05-23 08:36:53 -0400
committerTim Graham <timograham@gmail.com>2013-05-23 08:36:53 -0400
commit9e65bd33db5d211e114f6193ec2f70ccd4947e72 (patch)
tree77168976a39255de852b3855f0e871b4756a3936 /docs/intro/tutorial03.txt
parent8aca2504df9d7d3c1244d1632f6cad45afa60115 (diff)
Fixed #20482 - Added a file reference in tutorial 3.
Thanks diek@ for the suggestion.
Diffstat (limited to 'docs/intro/tutorial03.txt')
-rw-r--r--docs/intro/tutorial03.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial03.txt b/docs/intro/tutorial03.txt
index 0bbfcdd02f..120369172e 100644
--- a/docs/intro/tutorial03.txt
+++ b/docs/intro/tutorial03.txt
@@ -336,7 +336,7 @@ Put the following code in that template:
<p>No polls are available.</p>
{% 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